diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-02 16:21:08 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-02 16:21:08 -0300 |
commit | 5666f6573e70c3b472703bddeba240c202fe00de (patch) | |
tree | 9daf3d645e24099753fe3f258e96f2b9af41ae4d /qt-ui/mainwindow.cpp | |
parent | 430e7ab132d1c9d9d370a89e85385b11fb2e045c (diff) | |
download | subsurface-5666f6573e70c3b472703bddeba240c202fe00de.tar.gz |
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 <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 4726899e5..245f4b347 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -326,8 +326,6 @@ void MainWindow::on_mainSplitter_splitterMoved(int pos, int idx) void MainWindow::on_infoProfileSplitter_splitterMoved(int pos, int idx) { - /* always update the floating plus sign icons in the equipment tab */ - ui->InfoWidget->equipmentPlusUpdate(); redrawProfile(); } |