##// END OF EJS Templates
fixed double variable declaration...
florianlink -
r71:d78f30bb00f3
parent child
Show More
@@ -91,7 +91,7 public slots:
91 int static_Qt_qrand() { return qrand(); }
91 int static_Qt_qrand() { return qrand(); }
92 void static_Qt_qsrand(uint a) { qsrand(a); }
92 void static_Qt_qsrand(uint a) { qsrand(a); }
93
93
94 QString tr(QObject* obj, const QByteArray& text, const QByteArray& text = QByteArray(), int n = -1);
94 QString tr(QObject* obj, const QByteArray& text, const QByteArray& ambig = QByteArray(), int n = -1);
95
95
96 QByteArray static_Qt_SIGNAL(const QByteArray& s) { return QByteArray("2") + s; }
96 QByteArray static_Qt_SIGNAL(const QByteArray& s) { return QByteArray("2") + s; }
97 QByteArray static_Qt_SLOT(const QByteArray& s) { return QByteArray("1") + s; }
97 QByteArray static_Qt_SLOT(const QByteArray& s) { return QByteArray("1") + s; }
General Comments 0
You need to be logged in to leave comments. Login now