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

Loading…
Cancel
Save