summaryrefslogtreecommitdiff
path: root/src/loglist.h
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2020-05-20 23:48:19 +0200
committerGitHub <noreply@github.com>2020-05-20 23:48:19 +0200
commit5f00213b8a462e5c1bbbecf25c0c3d7d8810a845 (patch)
tree72a86132cfab09d7d15cf9c8b9b500b950033f45 /src/loglist.h
parentb7110cba2dceb172bf6a903f1c5de5ff1c460f11 (diff)
parentf31a74a6a834589312ed8b20fe19b6f3c6a550d9 (diff)
Merge pull request #1074 from IsmayilMirzali/add_open_logs
Add option to open logs folder
Diffstat (limited to 'src/loglist.h')
-rw-r--r--src/loglist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/loglist.h b/src/loglist.h
index b26f1561..6b3aa4d5 100644
--- a/src/loglist.h
+++ b/src/loglist.h
@@ -20,6 +20,8 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#ifndef LOGBUFFER_H
#define LOGBUFFER_H
+
+#include "shared/appconfig.h"
#include <log.h>
#include <QTreeView>
#include <deque>
@@ -68,6 +70,7 @@ public:
void copyToClipboard();
void clear();
+ void openLogsFolder();
QMenu* createMenu(QWidget* parent=nullptr);