Correctly truncate long applciatons names
HAM integration
This commit is contained in:
parent
fd8c378cd0
commit
217c75e512
10 changed files with 101 additions and 23 deletions
2
main.cpp
2
main.cpp
|
|
@ -48,7 +48,7 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
qDebug()<<QDir::home().path() + "/.config/sigstoped/pidfile";
|
||||
QMessageBox::critical(nullptr, "Error", "The sigstoped deamon must be running" );
|
||||
return 1;
|
||||
//return 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue