mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-02 02:53:42 +00:00
add dynamic settings load
fix setTray() function
This commit is contained in:
@ -59,8 +59,7 @@ NetctlProfile::~NetctlProfile()
|
||||
{
|
||||
if (debug) qDebug() << "[NetctlProfile]" << "[~NetctlProfile]";
|
||||
|
||||
if (profileDirectory != 0)
|
||||
delete profileDirectory;
|
||||
if (profileDirectory != nullptr) delete profileDirectory;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user