mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 14:53:42 +00:00
added settings functions
added const type
This commit is contained in:
@ -32,7 +32,7 @@ ErrorWindow::~ErrorWindow()
|
||||
delete ui;
|
||||
}
|
||||
|
||||
void ErrorWindow::setMessage(int mess)
|
||||
void ErrorWindow::setMessage(const int mess)
|
||||
{
|
||||
QString message;
|
||||
switch(mess) {
|
||||
|
||||
Reference in New Issue
Block a user