Improve connection manager #80
1 changed files with 0 additions and 11 deletions
|
|
@ -10,17 +10,6 @@
|
|||
#include <QDir>
|
||||
#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)
|
||||
: QMainWindow(parent)
|
||||
, ui(new Ui::ConnectionManagerWindow)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue