Changeset 264f5e7 for src/gui/searchtabcontainer.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/searchtabcontainer.h
ra9430aa r264f5e7 22 22 #define SEARCHTAB_H_ 23 23 24 #include <Q Widget>24 #include <QtGui> 25 25 26 26 #include "tabcontainer.h" … … 31 31 public: 32 32 SearchTabContainer(QWidget *aParent); 33 virtual ~SearchTabContainer() ;33 virtual ~SearchTabContainer() {} 34 34 protected: 35 35 virtual void loadEvents( const QDate &aDate, const int aConferenceId ); 36 36 37 public slots: 37 void searchAgainClicked(); // made it public - to show header when 1.st conf importing is done successfuly 38 void showSearchDialog(); 39 38 40 private slots: 39 41 void searchButtonClicked();
Note: See TracChangeset
for help on using the changeset viewer.