aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/history/historywindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/history/historywindow.h')
-rw-r--r--src/plugins/General/history/historywindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/General/history/historywindow.h b/src/plugins/General/history/historywindow.h
index 754cbef8e..7736b5e7d 100644
--- a/src/plugins/General/history/historywindow.h
+++ b/src/plugins/General/history/historywindow.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2017 by Ilya Kotov *
+ * Copyright (C) 2017-2018 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -44,6 +44,7 @@ private slots:
void on_lastMonthButton_clicked();
void on_fromButton_clicked();
void on_toButton_clicked();
+ void onSortIndicatorChanged(int index, Qt::SortOrder order);
private:
void loadHistory();
@@ -57,6 +58,7 @@ private:
Ui::HistoryWindow *m_ui;
QSqlDatabase m_db;
MetaDataFormatter m_formatter;
+ Qt::SortOrder m_order;
};
#endif // HISTORYWINDOW_H