It has nothing to do with the 5th parameter. You are missing a header file which tells the compiler that QXmppRosterManager is a QObject. So tryQt Code:
#include "QXmppRosterManager.h"To copy to clipboard, switch view to plain text mode
It has nothing to do with the 5th parameter. You are missing a header file which tells the compiler that QXmppRosterManager is a QObject. So tryQt Code:
#include "QXmppRosterManager.h"To copy to clipboard, switch view to plain text mode
eekhoorn12 (21st December 2010)
Bookmarks