D21108: Fix build error in uploaddialog.ui
Nicolas Fella
noreply at phabricator.kde.org
Thu May 9 22:07:05 BST 2019
nicolasfella created this revision.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
nicolasfella requested review of this revision.
REVISION SUMMARY
Building againt current Qt dev fails:
In file included from /home/nico/kde/src/knewstuff/src/uploaddialog_p.h:22,
from /home/nico/kde/src/knewstuff/src/uploaddialog.cpp:22:
/home/nico/kde/build/knewstuff/src/ui_uploaddialog.h: In member function ‘void Ui_UploadDialog::setupUi(QWidget*)’:
/home/nico/kde/build/knewstuff/src/ui_uploaddialog.h:173:36: error: no matching function for call to ‘QLineEdit::setEchoMode(bool)’
password->setEchoMode(false);
^
Using enum instead of bool fixes it
TEST PLAN
Builds
REPOSITORY
R304 KNewStuff
BRANCH
enum
REVISION DETAIL
https://phabricator.kde.org/D21108
AFFECTED FILES
src/uploaddialog.ui
To: nicolasfella
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190509/f73444be/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list