android: compile with namespaces

Change-Id: I964b0bb567bbc45eb5e68e1a7cc892c0757d4ffd
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-04-24 13:06:32 +02:00
committed by hjk
parent 027d5f21d9
commit 6aaed915e4

View File

@@ -35,9 +35,10 @@
#include <QDialog>
namespace Ui {
class AndroidCreateKeystoreCertificate;
}
QT_BEGIN_NAMESPACE
namespace Ui { class AndroidCreateKeystoreCertificate; }
QT_END_NAMESPACE
namespace Android {
namespace Internal {
class AndroidCreateKeystoreCertificate : public QDialog