Index: sources/wifi/WifiInterface.h =================================================================== diff -u -r5b46bc8e4724e4ddb648f901d76bb7ec24f8b6c7 -r7f61c3b45a50145fe5c245018d481d6266166fa6 --- sources/wifi/WifiInterface.h (.../WifiInterface.h) (revision 5b46bc8e4724e4ddb648f901d76bb7ec24f8b6c7) +++ sources/wifi/WifiInterface.h (.../WifiInterface.h) (revision 7f61c3b45a50145fe5c245018d481d6266166fa6) @@ -7,7 +7,7 @@ * * \file WifiInterface.h * \author (last) Behrouz NematiPour - * \date (last) 28-Mar-2022 + * \date (last) 02-Feb-2023 * \author (original) Behrouz NematiPour * \date (original) 11-May-2021 * @@ -70,7 +70,6 @@ QProcess _processSetDNS; WifiNetworkData _network; - const QString _scriptsFolder = Storage::Scripts_Path_Name; const QString _iface = "wlan0"; const QString _wpaSupplicantConfPath = QString("/etc/wpa_supplicant/wpa_supplicant-%1.conf").arg(_iface);