summaryrefslogtreecommitdiffstats
path: root/profile-widget
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-05 12:50:51 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-05 13:45:51 -0800
commit281a0a945ad87cb77a98ec30e2e2e29aecac4e89 (patch)
treec0e51a284f4aac48152d1872b9e884d99ed7453d /profile-widget
parent1013ba39c5216107406bf676fca4a91a191f03a5 (diff)
downloadsubsurface-281a0a945ad87cb77a98ec30e2e2e29aecac4e89.tar.gz
Untangle Profile from MainWindow: add missing header
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget')
-rw-r--r--profile-widget/profilewidget2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp
index 046095465..0b126e6b6 100644
--- a/profile-widget/profilewidget2.cpp
+++ b/profile-widget/profilewidget2.cpp
@@ -25,6 +25,7 @@
#include <QDebug>
#include <QWheelEvent>
#include <QSettings>
+#include <QMenu>
#ifndef QT_NO_DEBUG
#include <QTableView>