[Chinese-commits] [fqterm] 19/34: Fix build error on Qt5.6.1

Boyuan Yang hosiet-guest at moszumanska.debian.org
Tue Nov 1 06:06:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

hosiet-guest pushed a commit to branch master
in repository fqterm.

commit 39cd3108df774b47f1a359bc6d1f4e27042c0d3b
Author: Song Li <boltomli at users.noreply.github.com>
Date:   Thu Oct 13 15:44:22 2016 +0800

    Fix build error on Qt5.6.1
    
    Fix QObject not defined
---
 src/common/fqterm_param.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/common/fqterm_param.h b/src/common/fqterm_param.h
index ef44f59..d5d87c4 100644
--- a/src/common/fqterm_param.h
+++ b/src/common/fqterm_param.h
@@ -23,6 +23,7 @@
 
 #include <QString>
 #include <QColor>
+#include <QObject>
 
 namespace FQTerm {
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/fqterm.git



More information about the Chinese-commits mailing list