- Timestamp:
- 10/17/12 23:21:17 (10 years ago)
- Branches:
- master, qt5
- Children:
- a1e348c
- Parents:
- 21e0eb1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/main.cpp
r21e0eb1 rcdbdad7 42 42 43 43 // If we were started with the parameters confernceid and eventid, show the corresponding event (alarm) 44 if (argc == 3) {44 if (argc >= 3) { 45 45 QString conferenceIdStr = argv[1]; 46 46 QString eventIdStr = argv[2];
Note: See TracChangeset
for help on using the changeset viewer.