File remove_undefined_Qt_keywords.patch of Package labtool
From d482d65f0c7c527e6e3daf216389a518558333e9 Mon Sep 17 00:00:00 2001
From: Anders Lindvall <anders.lindvall@embeddedartists.com>
Date: Mon, 26 Oct 2015 07:47:48 +0100
Subject: [PATCH] Fixes #10 by removing the two statements
---
app/common/configuration.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/app/common/configuration.h b/app/common/configuration.h
index c962079..edffd67 100644
--- a/app/common/configuration.h
+++ b/app/common/configuration.h
@@ -66,10 +66,6 @@ class Configuration
void loadLightScheme();
void loadDarkScheme();
-signals:
-
-public slots:
-
private:
explicit Configuration();