From f65b0899c3666561cafac14f67ab0bb8a5bfa00a Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 8 Feb 2021 23:09:59 +0100 Subject: Build with QT_NO_KEYWORDS --- src/panels/places/placesitemmodel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/panels/places/placesitemmodel.h') diff --git a/src/panels/places/placesitemmodel.h b/src/panels/places/placesitemmodel.h index 2b1f3bc14..cd4079a73 100644 --- a/src/panels/places/placesitemmodel.h +++ b/src/panels/places/placesitemmodel.h @@ -125,7 +125,7 @@ public: bool isGroupHidden(KFilePlacesModel::GroupType type) const; void setGroupHidden(KFilePlacesModel::GroupType type, bool hidden); -signals: +Q_SIGNALS: void errorMessage(const QString& message); void storageSetupDone(int index, bool success); void storageTearDownRequested(const QString& mountPath); @@ -137,7 +137,7 @@ protected: void onItemRemoved(int index, KStandardItem* removedItem) override; void onItemChanged(int index, const QSet& changedRoles) override; -private slots: +private Q_SLOTS: void slotStorageTearDownDone(Solid::ErrorType error, const QVariant& errorData); void slotStorageSetupDone(Solid::ErrorType error, const QVariant& errorData, const QString& udi); -- cgit v1.3.1