]> cloud.milkyroute.net Git - dolphin.git/commit
dolphin: convert panels/ and filterbar to qt signal/slot syntax
authorAlex Richardson <arichardson.kde@gmail.com>
Thu, 10 Apr 2014 00:57:01 +0000 (02:57 +0200)
committerAlex Richardson <arichardson.kde@gmail.com>
Mon, 5 May 2014 21:05:33 +0000 (23:05 +0200)
commitb069fb9b43072ebdb0cd292f224c4f4ca96e48f8
tree676e9b5d4c6bab6a4a98e3b47180ce261d77c480
parentbb642c92d31f0120b2306a9cb387d76f49112034
dolphin: convert panels/ and filterbar to qt signal/slot syntax

TerminalPanel connections to konsole part were not converted since there
is no header available that defines these function, we have to keep the
old syntax here.

Additionally the new syntax no longer accepts QPointer arguments, we have
to explicitly call .data() there.
12 files changed:
src/filterbar/filterbar.cpp
src/panels/folders/folderspanel.cpp
src/panels/folders/treeviewcontextmenu.cpp
src/panels/information/informationpanel.cpp
src/panels/information/informationpanelcontent.cpp
src/panels/information/phononwidget.cpp
src/panels/information/pixmapviewer.cpp
src/panels/places/placesitem.cpp
src/panels/places/placesitemeditdialog.cpp
src/panels/places/placesitemmodel.cpp
src/panels/places/placespanel.cpp
src/panels/terminal/terminalpanel.cpp