##// END OF EJS Templates
Fixed Wchar issue
Fixed Wchar issue

File last commit:

r0:1aa783210b8e default
r22:422db2c6b165 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);
}