[Qt-interest] lupdate warning message

wim.delvaux at adaptiveplanet.com wim.delvaux at adaptiveplanet.com
Sun Nov 8 02:06:45 CET 2009


Hi all,

just for testing I compiled my app with 4.6 and lupdate produces a message I 
never had before (not in any 4.5 builds anyway)

login.cpp:11: Qualifying with unknown namespace/class ::LoginDialog

What does this mean ? the code looks like 

LoginDialog::LoginDialog( const QString & UserID, QWidget *parent ) : QDialog( 
parent ){
 
        nameLabel = new QLabel( tr("Name:") ); // < LINE 11

		...

}

the include is just

class LoginDialog : public QDialog{

  Q_OBJECT

  public:

      LoginDialog( const QString & UserID = QString(), QWidget *parent = 0 );

...
};

Thx for the help

W



More information about the Qt-interest-old mailing list