Remove unused function
This commit is contained in:
parent
b65edaa6ee
commit
3721808df4
1 changed files with 0 additions and 11 deletions
|
|
@ -10,17 +10,6 @@
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QStandardPaths>
|
#include <QStandardPaths>
|
||||||
|
|
||||||
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)
|
ConnectionManagerWindow::ConnectionManagerWindow(MasterController *master, QWidget *parent)
|
||||||
: QMainWindow(parent)
|
: QMainWindow(parent)
|
||||||
, ui(new Ui::ConnectionManagerWindow)
|
, ui(new Ui::ConnectionManagerWindow)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue