Navigator2Go
2.0
Manage your local Ocean Navigator installation.
Main Page
Classes
Files
File List
systemutils.h
1
#ifndef PROCESS_H
2
#define PROCESS_H
3
4
#include "nodiscard.h"
5
6
#include <QString>
7
8
namespace
System
{
9
11
NODISCARD
bool
IsProcessRunning(
const
QString& processName);
12
14
void
SendDesktopNotification(
const
QString& title,
const
QString& message);
15
16
}
// namespace System
17
18
19
#endif // PROCESS_H
System
Definition:
systemutils.cpp:9
app
systemutils.h
Generated by
1.8.11