summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-24 19:46:31 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-24 19:46:31 -0600
commit7fa230411e3615e923f39fe85d9ccb985e3d4e5d (patch)
tree52f93e6dd2423e1e9f39bd9ba0ead33de4119cd3 /src/mainwindow.h
parent23cf8e60fd7144294ee1ffc013f76d4917518a76 (diff)
Improvements to the plugin and mod counters
* Fix style * Add whatsThis * Add tooltips with additional statistics * Don't count mods like overwrite, unmanaged, DLC, etc.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 61113b8c..654a11d5 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -586,6 +586,9 @@ private slots:
void search_activated();
void searchClear_activated();
+ void updateModCount();
+ void updatePluginCount();
+
private slots: // ui slots
// actions
void on_actionAdd_Profile_triggered();