Changeset 264f5e7 for src/gui/mainwindow.h
- Timestamp:
- 10/05/11 00:11:03 (11 years ago)
- Branches:
- master, qt5
- Children:
- dc66a91
- Parents:
- a9430aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.h
ra9430aa r264f5e7 42 42 void conferenceRemoved(); 43 43 private slots: 44 void aboutApp(); 45 void eventHasChanged(int aEventId, bool aReloadModel); 46 void setup(); 44 void on_conferencesAction_triggered(); 45 void on_settingsAction_triggered(); 46 void on_aboutAction_triggered(); 47 void on_reloadAction_triggered(); 48 void on_nowAction_triggered(); 49 void on_searchAction_triggered(); 50 51 void redisplayEvent(int aEventId, bool aReloadModel); 47 52 // TODO: remove 48 void showConferences();49 53 void networkQueryFinished(QNetworkReply*); 50 54 void importFromNetwork(const QString&);
Note: See TracChangeset
for help on using the changeset viewer.