From 9f0f02090a244695a8bdd9114fb2ce8cf5474527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Oestreicher?= Date: Fri, 16 Dec 2016 15:38:16 +0100 Subject: [PATCH] Remove unimplemented menu entry --- qml/pages/ServerSettingsDialog.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qml/pages/ServerSettingsDialog.qml b/qml/pages/ServerSettingsDialog.qml index a8d0962..03a6b9a 100644 --- a/qml/pages/ServerSettingsDialog.qml +++ b/qml/pages/ServerSettingsDialog.qml @@ -63,12 +63,6 @@ Dialog { contentHeight: column.height width: parent.width - PullDownMenu { - MenuItem { - text: "Export" - } - } - Column { id: column anchors.fill: parent