aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
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 881aa2d..ce72397 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -1,6 +1,7 @@
#pragma once
#include <QMainWindow>
+#include <QListWidgetItem>
#include <qobjectdefs.h>
#include "archive_parser.h"
@@ -32,6 +33,8 @@ private slots:
void on_menuView_aboutToHide();
+ void on_listWidget_itemActivated(QListWidgetItem *item);
+
private:
void reset_view_filters();
void relist_statuses();