Changeset 53
- Timestamp:
- 01/10/06 17:00:52 (3 years ago)
- Location:
- trunk/src/gui
- Files:
-
- 2 modified
-
mainwindow.cpp (modified) (1 diff)
-
mainwindow.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/mainwindow.cpp
r52 r53 40 40 } 41 41 42 /* Binds events to actions which are then 43 used in the tray menu. 42 /* 43 Binds events to actions which are then 44 used in the tray menu. 44 45 */ 45 46 void MainWindow::createActions() -
trunk/src/gui/mainwindow.h
r52 r53 29 29 #include "tray/trayicon.h" 30 30 31 class QAction;32 class QMenu;33 34 31 class MainWindow : public QMainWindow 35 32 {
