Port to new signal-slot syntax what cannot be done automatically
authorOlivier Goffart <ogoffart@woboq.com>
Wed, 20 Sep 2017 09:48:13 +0000 (11:48 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:35 +0000 (22:01 +0200)
commit0ad05aee0dd47a4355f3bdaab2cec7fd0bac9cb3
tree96110bd1b7894bd65b096c19144d52447733a10d
parent190f821d93a2aa23ab8ae3046b35eda89883c425
Port to new signal-slot syntax what cannot be done automatically

Some slot were protected or private but needed to be public.
Some needed a static_cast (can't use qOverload because it is in Qt 5.7)

This is not only a partial change.
17 files changed:
src/gui/accountstate.cpp
src/gui/activitywidget.cpp
src/gui/application.cpp
src/gui/application.h
src/gui/creds/shibboleth/shibbolethwebview.cpp
src/gui/folderman.cpp
src/gui/folderwizard.cpp
src/gui/generalsettings.cpp
src/gui/issueswidget.cpp
src/gui/networksettings.cpp
src/gui/owncloudgui.cpp
src/gui/selectivesyncdialog.cpp
src/gui/settingsdialog.cpp
src/gui/sharelinkwidget.cpp
src/gui/sharelinkwidget.h
src/gui/socketapi.h
src/libsync/account.h