Changeset ed063f1
- Timestamp:
- 06/26/11 20:28:57 (12 years ago)
- Branches:
- master, qt5
- Children:
- 3686b97
- Parents:
- f48bf9f
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/searchtabcontainer.cpp
rf48bf9f red063f1 87 87 88 88 int confId = Conference::activeConference(); 89 if (confId == -1) return; 90 89 91 SqlEngine::searchEvent( confId, columns, keyword ); 90 92 -
src/mvc/conference.h
rf48bf9f red063f1 36 36 static Conference getById(int id); 37 37 static QList<Conference> getAll(); 38 static int activeConference(); 38 static int activeConference(); ///< returns -1 if no conference is active 39 39 static void deleteConference(int id); 40 40
Note: See TracChangeset
for help on using the changeset viewer.