Changeset 30e2bdf for src/gui/eventdialog.cpp
- Timestamp:
- 01/21/10 19:23:23 (13 years ago)
- Branches:
- master, qt5
- Children:
- 1735f55
- Parents:
- 76cde75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/eventdialog.cpp
r76cde75 r30e2bdf 1 1 #include "eventdialog.h" 2 #include <appsettings.h> 2 3 3 4 #include <QScrollBar> … … 13 14 #endif 14 15 15 const int confId = 1; 16 Event event = Event::getById(aEventId,confId); 16 Event event = Event::getById(aEventId,AppSettings::confId()); 17 17 18 18 //abstract->setStyleSheet("background-color : transparent;");
Note: See TracChangeset
for help on using the changeset viewer.