Fix compilation error

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3917 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2015-04-18 18:49:31 +00:00
parent bab6546c4e
commit 1c60fa5f87
2 changed files with 3 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ class QETElementEditor : public QETMainWindow {
void writeSettings();
static QPointF pasteOffset();
static QString getOpenElementFileName(QWidget * = 0, const QString & = QString());
void contextMenu(QContextMenuEvent *event);
void contextMenu(QPoint p);
protected:
void closeEvent(QCloseEvent *);