Re: [Interest] QFileSystemModel broken in Qt5? (minimal example)

2013-01-21 Thread Mandeep Sandhu
On Tue, Jan 22, 2013 at 12:47 PM, Wilhelm wilhelm.me...@fh-kl.de wrote: Hi all, I have this minimal example: - #include QApplication #include QFileSystemModel int main(int argc, char *argv[]) { QApplication a(argc, argv); QFileSystemModel* fileSystemModel = new

Re: [Interest] QFileSystemModel broken in Qt5? (minimal example)

2013-01-21 Thread Wilhelm
Am 22.01.2013 08:50, schrieb Mandeep Sandhu: On Tue, Jan 22, 2013 at 12:47 PM, Wilhelm wilhelm.me...@fh-kl.de wrote: Hi all, I have this minimal example: - #include QApplication #include QFileSystemModel int main(int argc, char *argv[]) { QApplication a(argc, argv);