~moshe-wagner/luach/trunk

« back to all changes in this revision

Viewing changes to mainwindow.h

  • Committer: moshe.wagner at gmail
  • Date: 2010-06-04 07:52:06 UTC
  • Revision ID: svn-v4:68199342-a93d-11de-a118-c7387b1e4f66:trunk:35
Code cleanup. Size problem fixed?

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <QToolTip>
30
30
#include <QDir>
31
31
#include <QDesktopWidget>
 
32
#include <QSettings>
 
33
#include <QMessageBox>
32
34
 
33
35
#include "mhdate.h"
34
36
 
126
128
 
127
129
    Ui::MainWindow *ui;
128
130
 
129
 
    QSystemTrayIcon *trayIcon;
130
 
    QMenu *trayIconMenu;
131
 
 
132
 
    /*
133
 
    QAction *minimizeAction;
134
 
    QAction *maximizeAction;
135
 
    QAction *restoreAction;
136
 
    QAction *quitAction;
137
 
 
138
 
    void createActions();
139
 
    void createTrayIcon();
140
 
    */
141
 
 
142
131
};
143
132
 
144
133
#endif // MAINWINDOW_H