diff -r cf14046909cd -r 7ea31701156e mainwindow.h --- a/mainwindow.h Mon Aug 04 13:35:54 2008 +0000 +++ b/mainwindow.h Tue Aug 05 07:36:53 2008 +0000 @@ -12,6 +12,9 @@ #include "simplescripteditor.h" #include "texteditor.h" +class VymView : public QSplitter +{ +}; class Main : public QMainWindow { @@ -31,6 +34,9 @@ void loadCmdLine(); void statusMessage (const QString &); +private: + VymView* createView (VymModel*); + public slots: void fileNew(); void fileNewCopy(); @@ -232,9 +238,8 @@ QStringList imageTypes; - QList models; + QList tabModel; //!< the corresponding model to a tab - QLineEdit *lineedit; // to enter headings of branches QString prevSelection; HistoryWindow *historyWindow;