[Bug 282560] klauncher said: Unknown protocol ''.
jangeorg.vdwath at gmail.com
jangeorg.vdwath at gmail.com
Fri Sep 23 06:50:49 BST 2011
https://bugs.kde.org/show_bug.cgi?id=282560
--- Comment #2 from <jangeorg vdwath gmail com> 2011-09-23 05:50:49 ---
I wrote an example app which launch exactly the same line of code that my
project does, but it works in the example app but crash in my project. Am a bit
baffled. I found the problem are linked to if I set the filter on the dialog. I
will investigate further why Qt crashes.
A working example is
#include <QtGui>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QString saveFileName = QFileDialog::getSaveFileName(NULL, "Test",
"~/temp/file.v1-a.txt", "Data file (*.dat)", NULL,
QFileDialog::DontConfirmOverwrite);
return app.exec();
}
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list