##// END OF EJS Templates
Removed annoying GUI bug with dock widget handling:...
Removed annoying GUI bug with dock widget handling: -when last the plugin is removed the GUI is broken, if you add a new plugin it will not tabify correctly. Some cleaning on proxy: -removed dead code. Updated credits: -added LppSerial link to hephaistos -added gnome icons link

File last commit:

r0:1aa783210b8e default
r12:a31c7daed0d6 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);
}