Fix build error when targeting Blackberry Playbook

The emitSignals() slot is only implemented/used in the file
qqnxfiledialoghelper_bb10.cpp, not in <...>_playbook.cpp.

Change-Id: I068e843be74ec9639d889b87caa016c8506ec905
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
This commit is contained in:
Thomas Perl 2014-04-23 18:47:54 +02:00 committed by The Qt Project
parent 3e596ffa00
commit a2ad5cf1aa

View File

@ -88,7 +88,9 @@ Q_SIGNALS:
void dialogClosed();
private Q_SLOTS:
#if !defined(Q_OS_BLACKBERRY_TABLET)
void emitSignals();
#endif
private:
void setNameFilter(const QString &filter);