[Kst] branches/work/kst/portto4/kst/src/libkstapp
Adam Treat
treat at kde.org
Thu May 24 19:24:59 CEST 2007
SVN commit 667984 by treat:
* Deletion order is important
M +2 -2 kstmainwindow.cpp
M +1 -1 kstmainwindow.h
--- branches/work/kst/portto4/kst/src/libkstapp/kstmainwindow.cpp #667983:667984
@@ -17,10 +17,10 @@
KstMainWindow::KstMainWindow() {
+ _tabWidget = new QTabWidget(this);
+
_undoGroup = new QUndoGroup(this);
- _tabWidget = new QTabWidget(this);
-
createPlotView();
setCentralWidget(_tabWidget);
--- branches/work/kst/portto4/kst/src/libkstapp/kstmainwindow.h #667983:667984
@@ -48,8 +48,8 @@
void writeSettings();
private:
+ QTabWidget *_tabWidget;
QUndoGroup *_undoGroup;
- QTabWidget *_tabWidget;
QMenu *_fileMenu;
QMenu *_editMenu;
More information about the Kst
mailing list