diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-08-13 10:30:22 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-08-13 10:30:22 -0300 |
commit | 84f73a5fb199d79bcf79eaeab52ce1198668c3cb (patch) | |
tree | 12df4eefe30a9470be8e7abb1fcc5fb9bebd0d9b /Makefile | |
parent | 663ab6e23eacd096bb5f64df507c1ee66404f302 (diff) | |
download | subsurface-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |