mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-31 06:29:58 +00:00
small fixes
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
#include "mainwindow.h"
|
||||
|
||||
|
||||
NetctlProfile::NetctlProfile(MainWindow *wid, QMap<QString, QString> settings)
|
||||
NetctlProfile::NetctlProfile(MainWindow *wid, const QMap<QString, QString> settings)
|
||||
: parent(wid)
|
||||
{
|
||||
profileDirectory = new QDir(settings[QString("PROFILE_DIR")]);
|
||||
|
Reference in New Issue
Block a user