desktop/synergy/fix-incompetence.patch

23 lines
647 B
Diff
Raw Normal View History

2015-12-29 23:38:22 +08:00
From 5080bf0c679711f60ca14eb5979d92f181749bb7 Mon Sep 17 00:00:00 2001
From: Manuel Frischknecht <manuel.frischknecht@bfh.ch>
Date: Mon, 20 Jul 2015 17:55:02 +0200
Subject: [PATCH] Fixed a missing include that breaks the build on linux
2015-07-02 05:21:23 +08:00
---
2015-12-29 23:38:22 +08:00
src/gui/src/CommandProcess.h | 1 +
1 file changed, 1 insertion(+)
2015-07-02 05:21:23 +08:00
2015-12-29 23:38:22 +08:00
diff --git a/src/gui/src/CommandProcess.h b/src/gui/src/CommandProcess.h
index 62e89bf..f279dff 100644
--- a/src/gui/src/CommandProcess.h
+++ b/src/gui/src/CommandProcess.h
@@ -18,6 +18,7 @@
#ifndef COMMANDTHREAD_H
#define COMMANDTHREAD_H
2015-07-02 05:21:23 +08:00
2015-12-29 23:38:22 +08:00
+#include <QObject>
#include <QStringList>
2015-07-02 05:21:23 +08:00
2015-12-29 23:38:22 +08:00
class CommandProcess : public QObject
2015-07-02 05:21:23 +08:00
--
2015-12-29 23:38:22 +08:00
2.4.2