summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-08-13 10:30:22 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-08-13 10:30:22 -0300
commit84f73a5fb199d79bcf79eaeab52ce1198668c3cb (patch)
tree12df4eefe30a9470be8e7abb1fcc5fb9bebd0d9b /Makefile
parent663ab6e23eacd096bb5f64df507c1ee66404f302 (diff)
downloadsubsurface-84f73a5fb199d79bcf79eaeab52ce1198668c3cb.tar.gz
Added classes to handle the Completion of Dive Editions.
Added classes to handle the completion of dive editions, the classes are BuddyCompletionModel, DiveMasterCompletionModel, SuitCompletionModel and LocationCompletionModel, thanks to plain old C macros, code got really small. and I hope the logic is better than the Gtk version. :) Now next step is to integrate it to the Ui. shouldn't be hard. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1936de901..ef86c93a0 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ HEADERS = \
qt-ui/printdialog.h \
qt-ui/printoptions.h \
qt-ui/printlayout.h \
+ qt-ui/completionmodels.h \
SOURCES = \
@@ -100,6 +101,7 @@ SOURCES = \
qt-ui/printdialog.cpp \
qt-ui/printoptions.cpp \
qt-ui/printlayout.cpp \
+ qt-ui/completionmodels.cpp \
$(RESFILE)