summaryrefslogtreecommitdiff
path: root/src/loglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/loglist.h')
-rw-r--r--src/loglist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/loglist.h b/src/loglist.h
index ae827ca7..0b25dfd1 100644
--- a/src/loglist.h
+++ b/src/loglist.h
@@ -34,6 +34,8 @@ public:
static LogModel& instance();
void add(MOBase::log::Entry e);
+ void clear();
+
const std::deque<MOBase::log::Entry>& entries() const;
protected:
@@ -65,6 +67,8 @@ public:
void setCore(OrganizerCore& core);
void copyToClipboard();
+ void clear();
+
QMenu* createMenu(QWidget* parent=nullptr);
private: