mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 14:53:42 +00:00
end of refactoring of the widgets
refactoring of settingswindow
This commit is contained in:
@ -42,6 +42,7 @@ ErrorWindow::~ErrorWindow()
|
||||
void ErrorWindow::setMessage(const int mess)
|
||||
{
|
||||
if (debug) qDebug() << "[ErrorWindow]" << "[setMessage]";
|
||||
if (debug) qDebug() << "[ErrorWindow]" << "[setMessage]" << ":" << "Message" << mess;
|
||||
|
||||
QString message;
|
||||
switch(mess) {
|
||||
|
||||
Reference in New Issue
Block a user