##// END OF EJS Templates
fixed win32 build
fixed win32 build

File last commit:

r0:1aa783210b8e default
r8:ee188276b590 default
Show More
toolbarcontainer.cpp
7 lines | 158 B | text/x-c | CppLexer
/ src / toolbarcontainer.cpp
#include "toolbarcontainer.h"
toolBarContainer::toolBarContainer(QWidget *parent) :
QMainWindow(parent)
{
this->setWindowFlags(Qt::Widget);
}