Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
If I may, don't call the destructors like that. When you want to "destroy" a heap allocated object call delete on it.
I figured it out. You can't call the connect statement for the doubleClick signal until the QListView is in scope.
Thanks everybody