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:
parent
3e596ffa00
commit
a2ad5cf1aa
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user