[Differential] [Commented On] D1298: Use QFileDialog in the "Open Project" dialog if we are not in KDE.
kfunk (Kevin Funk)
noreply at phabricator.kde.org
Tue Apr 5 11:35:58 UTC 2016
kfunk added inline comments.
INLINE COMMENTS
shell/openprojectdialog.cpp:152 `if (nativeDialog)` -> then you also don't need to make `useKdeFileDialog` global.
shell/openprojectdialog.cpp:154 Yes, so this reads:
```
if (nativeDialog) {
if (!execNativeDialog()) {
reject();
return QDialog::Rejected;
}
}
...
```
REPOSITORY
rKDEVPLATFORM KDevPlatform
REVISION DETAIL
https://phabricator.kde.org/D1298
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: arrowdodger, kfunk, KDevelop
Cc: apol, kfunk, kdevelop-devel
More information about the KDevelop-devel
mailing list