aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-08-10 07:50:26 +0000
committerAndre Heinecke <[email protected]>2016-08-10 07:50:26 +0000
commit0c222e1b3cabe1a8b84a2877420cdd5df56171b5 (patch)
tree7a68014e0c0b21af143f8c4cfc0b4c5ed5447410
parentQt: Clean up debug output in tests (diff)
downloadgpgme-0c222e1b3cabe1a8b84a2877420cdd5df56171b5.tar.gz
gpgme-0c222e1b3cabe1a8b84a2877420cdd5df56171b5.zip
Qt: Fix t-keylist moc include
* lang/qt/tests/t-keylist.cpp: Don't include t-support.moc -- Accidental leftover from trying to generate t-support moc from another cpp file. This was solved instead by a new rule to generate moc files from the header.
-rw-r--r--lang/qt/tests/t-keylist.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/qt/tests/t-keylist.cpp b/lang/qt/tests/t-keylist.cpp
index 2fbec28c..767c96bb 100644
--- a/lang/qt/tests/t-keylist.cpp
+++ b/lang/qt/tests/t-keylist.cpp
@@ -105,4 +105,3 @@ private Q_SLOTS:
QTEST_MAIN(KeyListTest)
#include "t-keylist.moc"
-#include "t-support.moc"