improved cmake messages

This commit is contained in:
lukas-heiligenbrunner
2019-10-27 14:14:03 +01:00
parent f642616bcf
commit ce56e5452d
4 changed files with 21 additions and 18 deletions

View File

@ -4,7 +4,6 @@
#pragma once
class IPRefresher {
public:
/**
@ -13,5 +12,5 @@ public:
void checkIPAdress(bool force);
IPRefresher();
IPRefresher(bool loop);
explicit IPRefresher(bool loop);
};

View File

@ -13,7 +13,7 @@ public:
static void warning(std::string message);
static void error(std::string message);
static void log(std::string message, int level);
static void log(std::string &message, int level);
static const int Debug;
static const int Message;