fixed tabs, and using NativeKeys instead of forwarding keyevent though qapplication

This commit is contained in:
Summeli 2013-10-26 18:46:38 +03:00
parent a1622cd5c8
commit 74e40608b3
2 changed files with 206 additions and 255 deletions

View file

@ -156,7 +156,6 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
// Start vibration service
vibra = CHWRMVibra::NewL();
SymbianMediaKeys* mediakeys = new SymbianMediaKeys();
mediakeys->subscribeKeyEvent(&w);
#endif
QThread* thread = new QThread;