##// END OF EJS Templates
Switch to speasy...
Switch to speasy Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1509:3eb0350f563b
r1510:0046d29d6c44 PySide2
Show More
DemoPlugin.cpp
7 lines | 138 B | text/x-c | CppLexer
#include "DemoPlugin.hpp"
#include <iostream>
void DemoPlugin::initialize()
{
std::cout << "Loading DemoPlugin \\o/" << std::endl;
}