aboutsummaryrefslogtreecommitdiff
path: root/misc_functions.h
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2018-12-26 16:43:08 +0100
committerDavid Skoland <davidskoland@gmail.com>2018-12-26 16:43:08 +0100
commit00cfd2750d39795e4c205aee2a33b92b1da2524d (patch)
tree839c1129418ca8fefe41e6814917f9dabb6efa4b /misc_functions.h
parent6f1bce5882676ea7affe717a2f5a00b8c3b7fe12 (diff)
moved headers into include and cpp files into src + logo into resource
Diffstat (limited to 'misc_functions.h')
-rw-r--r--misc_functions.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/misc_functions.h b/misc_functions.h
deleted file mode 100644
index 026c6353..00000000
--- a/misc_functions.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef MISC_FUNCTIONS_H
-#define MISC_FUNCTIONS_H
-
-#include <QTime>
-#include <QCoreApplication>
-
-void delay(int p_milliseconds);
-
-#endif // MISC_FUNCTIONS_H