]> cloud.milkyroute.net Git - dolphin.git/commitdiff
More coding style fixes
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Sat, 20 Apr 2019 14:28:38 +0000 (16:28 +0200)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sat, 20 Apr 2019 14:28:38 +0000 (16:28 +0200)
GIT_SILENT

src/panels/information/informationpanel.cpp
src/panels/information/informationpanelcontent.cpp

index e5257bc72556839db0e55fa3570a98ffaaf92302..051134c6459009e10f536061775f678ca7e28126 100644 (file)
@@ -168,7 +168,8 @@ void InformationPanel::contextMenuEvent(QContextMenuEvent* event)
     Panel::contextMenuEvent(event);
 }
 
-void InformationPanel::showContextMenu(const QPoint &pos) {
+void InformationPanel::showContextMenu(const QPoint &pos)
+{
     QMenu popup(this);
 
     QAction* previewAction = popup.addAction(i18nc("@action:inmenu", "Preview"));
index 8a8b5f9b712614222849b87446a38edb473e5c35..fe77e2bb8448d14e98fdc99882c1283c49cbbe8d 100644 (file)
@@ -295,7 +295,8 @@ void InformationPanelContent::markOutdatedPreview()
     m_preview->setPixmap(disabledPixmap);
 }
 
-KFileItemList InformationPanelContent::items() {
+KFileItemList InformationPanelContent::items()
+{
     return m_metaDataWidget->items();
 }