forked from qt-creator/qt-creator
android: compile with namespaces
Change-Id: I964b0bb567bbc45eb5e68e1a7cc892c0757d4ffd Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -35,9 +35,10 @@
|
|||||||
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
||||||
namespace Ui {
|
QT_BEGIN_NAMESPACE
|
||||||
class AndroidCreateKeystoreCertificate;
|
namespace Ui { class AndroidCreateKeystoreCertificate; }
|
||||||
}
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace Android {
|
namespace Android {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
class AndroidCreateKeystoreCertificate : public QDialog
|
class AndroidCreateKeystoreCertificate : public QDialog
|
||||||
|
|||||||
Reference in New Issue
Block a user