summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-04-12 15:05:57 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-04-12 15:05:57 (GMT)
commitfa47c498947e818438ec9c6318924d11c2ae6c84 (patch)
treec33ca1f4376686edafbca3f120b363bfedc027ac /Swift/QtUI/EventViewer/EventView.pri
parent6578b5872440f63ed8a4903bae83e46e936d469e (diff)
downloadswift-fa47c498947e818438ec9c6318924d11c2ae6c84.zip
swift-fa47c498947e818438ec9c6318924d11c2ae6c84.tar.bz2
Allow ErrorEvents into the EventController (display them to the user).
Diffstat (limited to 'Swift/QtUI/EventViewer/EventView.pri')
-rw-r--r--Swift/QtUI/EventViewer/EventView.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/Swift/QtUI/EventViewer/EventView.pri b/Swift/QtUI/EventViewer/EventView.pri
index 017f498..3676905 100644
--- a/Swift/QtUI/EventViewer/EventView.pri
+++ b/Swift/QtUI/EventViewer/EventView.pri
@@ -2,10 +2,12 @@ SOURCES += $$PWD/EventDelegate.cpp \
$$PWD/EventModel.cpp \
$$PWD/EventView.cpp \
$$PWD/QtEventWindow.cpp \
- $$PWD/QtEvent.cpp
+ $$PWD/QtEvent.cpp \
+ $$PWD/../QtSubscriptionRequestWindow.cpp
HEADERS += $$PWD/EventDelegate.h \
$$PWD/EventModel.h \
$$PWD/EventView.h \
$$PWD/QtEventWindow.h \
- $$PWD/QtEvent.h
+ $$PWD/QtEvent.h \
+ $$PWD/../QtSubscriptionRequestWindow.h