From 3721808df4b15f8343f0cea7906d0f3e431845b0 Mon Sep 17 00:00:00 2001 From: eelke Date: Sun, 25 Aug 2019 08:10:37 +0200 Subject: [PATCH] Remove unused function --- pglab/ConnectionManagerWindow.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pglab/ConnectionManagerWindow.cpp b/pglab/ConnectionManagerWindow.cpp index fae38d3..3fe7019 100644 --- a/pglab/ConnectionManagerWindow.cpp +++ b/pglab/ConnectionManagerWindow.cpp @@ -10,17 +10,6 @@ #include #include -QString pskFileName() -{ - QString path = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation); - QDir dir(path); - if (!dir.exists()) { - dir.mkpath("."); - } - path += "/psk.ini"; - return path; -} - ConnectionManagerWindow::ConnectionManagerWindow(MasterController *master, QWidget *parent) : QMainWindow(parent) , ui(new Ui::ConnectionManagerWindow)