From 5666f6573e70c3b472703bddeba240c202fe00de Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Mon, 2 Sep 2013 16:21:08 -0300 Subject: Code Cleanup: Merged the three TableViews shared code Merged the shared code for the three table views into one code, this way less code is needed if we need to construct another tableview in the future. I still need to clean some of the models too. Signed-off-by: Tomaz Canabrava --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef86c93a0..6728a89d2 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ HEADERS = \ qt-ui/printoptions.h \ qt-ui/printlayout.h \ qt-ui/completionmodels.h \ + qt-ui/tableview.h SOURCES = \ @@ -102,6 +103,7 @@ SOURCES = \ qt-ui/printoptions.cpp \ qt-ui/printlayout.cpp \ qt-ui/completionmodels.cpp \ + qt-ui/tableview.cpp \ $(RESFILE) -- cgit v1.2.3-70-g09d2