diff options
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 0655e7a40..43376f9ac 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -299,6 +299,12 @@ void MainWindow::on_actionYearlyStatistics_triggered() view->show(); } +void MainWindow::on_infoProfileSplitter_splitterMoved(int pos, int idx) +{ + /* always update the floating plus sign icons in the equipment tab */ + ui->InfoWidget->equipmentPlusUpdate(); +} + /** * So, here's the deal. * We have a few QSplitters that takes care of helping us with the |