changeset 13 | b5d63d5fc252 |
parent 7 | be09cf1f39dd |
child 14 | a469c0e6e7fb |
--- a/smf/smfservermodule/smfclient/client/smfclient_p.cpp Fri May 21 16:50:44 2010 +0100 +++ b/smf/smfservermodule/smfclient/client/smfclient_p.cpp Mon Jun 07 11:43:45 2010 +0100 @@ -21,6 +21,8 @@ //private impl for symbian #ifdef Q_OS_SYMBIAN m_SmfClientPrivate = CSmfClientSymbian::NewL(this); + #else + m_SmfClientPrivate = new SmfClientQt(this); #endif }