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.
This commit is contained in:
Andre Heinecke 2016-08-10 09:50:26 +02:00
parent 969f223d8d
commit 0c222e1b3c

View File

@ -105,4 +105,3 @@ private Q_SLOTS:
QTEST_MAIN(KeyListTest)
#include "t-keylist.moc"
#include "t-support.moc"