summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@debian.org>2019-10-29 12:36:18 -0700
committerJoseph Herlant <aerostitch@debian.org>2019-10-29 12:36:18 -0700
commitbf051f4b4b7060e12d7aeef8912111f272101298 (patch)
treebf619aaed63745a70c6c07c361b47df919cbeec3
parented1e66a3436c00c549fc889768159da97300d6c2 (diff)
downloadnavit-aerostitch/cpplint.tar.gz
Yet another one [skip-ci]aerostitch/cpplint
-rw-r--r--navit/gui/qml/gui_qml.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/navit/gui/qml/gui_qml.cpp b/navit/gui/qml/gui_qml.cpp
index 8c6f232f8..764319e78 100644
--- a/navit/gui/qml/gui_qml.cpp
+++ b/navit/gui/qml/gui_qml.cpp
@@ -97,7 +97,6 @@ class NGQMainWindow : public QX11EmbedWidget {
class NGQMainWindow : public QWidget {
#endif /* Q_WS_X11 */
public:
-
#ifdef Q_WS_X11
NGQMainWindow(struct gui_priv* this_,QWidget *parent) : QX11EmbedWidget(parent) {
#else