D14955: Move example from techbase to own repo
David Faure
noreply at phabricator.kde.org
Mon Aug 20 21:58:03 BST 2018
dfaure requested changes to this revision.
dfaure added a comment.
This revision now requires changes to proceed.
And yes this needs a license, obviously. If the original author(s) can't be reached anymore, that means rewriting the example :(
INLINE COMMENTS
> CMakeLists.txt:3
> +
> +find_package(ECM NO_MODULE)
> +find_package(Qt5Widgets)
CONFIG looks less negative than the old "NO_MODULE"
> dialog.cpp:33
> + layout()->addWidget(explanation);
> + qobject_cast<QVBoxLayout*>(layout())->addStretch();
> + layout()->addWidget(m_statusLabel);
Urgh, better have a QVBoxLayout* local variable.
> dialog.cpp:41
> +
> + connect(m_launchButton, SIGNAL(clicked()), SLOT(doSave()));
> +
new-style connect would be better
> dialog.h:16
> +public:
> + Dialog(QWidget *parent = 0);
> +
nullptr
REPOSITORY
R311 KWallet
REVISION DETAIL
https://phabricator.kde.org/D14955
To: ochurlaud, #frameworks, valir, dfaure
Cc: dfaure, aacid, elvisangelaccio, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180820/fb145aa7/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list