mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
- Bumps version to 1.7.5 - Adds patches to fix build using Qt>=5.5 - Install service files
10 lines
219 B
Diff
10 lines
219 B
Diff
--- src/gui/src/CommandProcess.h
|
|
+++ src/gui/src/CommandProcess.h
|
|
@@ -18,6 +18,7 @@
|
|
#ifndef COMMANDTHREAD_H
|
|
#define COMMANDTHREAD_H
|
|
|
|
+#include <QObject>
|
|
#include <QStringList>
|
|
|
|
class CommandProcess : public QObject
|