Remove spurious junk that was causing kalyptus to fail from QSplitter/TQSplitter header files

v3.5.13-sru
Timothy Pearson 13 years ago
parent a5f141fc0d
commit aff903681b

@ -63,9 +63,9 @@ public:
handleWidth( 0 ) { }
QPtrList<QSplitterLayoutStruct> list;
bool opaque : 8;
bool firstShow : 8;
bool childrenCollapsible : 8;
bool opaque;
bool firstShow;
bool childrenCollapsible;
int handleWidth;
};
@ -73,9 +73,9 @@ class QSplitterLayoutStruct : public Qt
{
public:
QCOORD sizer;
uint isHandle : 1;
uint collapsible : 2;
uint resizeMode : 2;
uint isHandle;
uint collapsible;
uint resizeMode;
QWidget *wid;
QSplitterLayoutStruct()

Loading…
Cancel
Save