Skip to content

Commit

Permalink
Fix compilation errors on Qt 5.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 17, 2014
1 parent ce72cce commit 1b3fda7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/htmleditor/htmleditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#include <QtWidgets>
#include <QtWebKitWidgets>
#include <QQuickView>
#include <QQuickItem>
#include <QQmlEngine>

#define FORWARD_ACTION(action1, action2) \
connect(action1, SIGNAL(triggered()), \
Expand Down

0 comments on commit 1b3fda7

Please sign in to comment.