From a816cfed03b7a02156377c29bd8a77b9c58333db Mon Sep 17 00:00:00 2001 From: Arseniy-Movshev Date: Thu, 8 Jun 2023 14:55:29 +0100 Subject: Move fileNameForDate to a common header file This function shows up in quite a few places so this seems justified. Other functions may get this treatment later --- qmlplugin/stepsDataLoader.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qmlplugin/stepsDataLoader.h') diff --git a/qmlplugin/stepsDataLoader.h b/qmlplugin/stepsDataLoader.h index fa551a3..a1bcb5d 100644 --- a/qmlplugin/stepsDataLoader.h +++ b/qmlplugin/stepsDataLoader.h @@ -29,6 +29,5 @@ public: private: QDBusInterface *m_iface; }; -QString fileNameForDate(QDate date, QString prefix); #endif // STEPSDATALOADER_H -- cgit v1.2.3-54-g00ecf