From: Biber <bib...@gm...> - 2010-02-04 14:19:18
|
Hi, when i create a new shortcut in my window class,my program crashes. MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { QxtGlobalShortcut *shortcut = new QxtGlobalShortcut(this); //crash here } I must be constructing it the wrong way or something, any help? |