Move server function to the bottom and change "utils" file name to "localserver"

This commit is contained in:
Vitalya
2023-04-27 19:52:28 +03:00
parent 6f0303206e
commit c15250498b
4 changed files with 17 additions and 15 deletions

9
src/localserver.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include "mainwindow.h"
#include <QLocalServer>
#include <QLocalSocket>
#include <QMessageBox>
bool isProgramRunning(const QString &program_name);
void showErrorMessage(const char *text);