Index: sources/wifi/WifiInterface.h =================================================================== diff -u -r081df84b4b81ab39296f42c3c7e91deb021b8979 -r389f028cb9d4d320eae393de7c4408a58a619356 --- sources/wifi/WifiInterface.h (.../WifiInterface.h) (revision 081df84b4b81ab39296f42c3c7e91deb021b8979) +++ sources/wifi/WifiInterface.h (.../WifiInterface.h) (revision 389f028cb9d4d320eae393de7c4408a58a619356) @@ -70,7 +70,7 @@ QProcess _processSetDNS; WifiNetworkData _network; - const QString _scriptsFolder = Storage::Scripts_Path_Name; + const QString _scriptsFolder = Storage::Scripts_Path_Name(); const QString _iface = "wlan0"; const QString _wpaSupplicantConfPath = QString("/etc/wpa_supplicant/wpa_supplicant-%1.conf").arg(_iface);