Code refactoring - change code style to the new clang-format rules
This commit is contained in:
@@ -21,19 +21,19 @@
|
||||
|
||||
class QDBusInterface;
|
||||
|
||||
class SystemNotification : public QObject {
|
||||
class SystemNotification : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit SystemNotification(QObject *parent = nullptr);
|
||||
explicit SystemNotification(QObject* parent = nullptr);
|
||||
|
||||
void sendMessage(const QString &text,
|
||||
const QString &savePath = {});
|
||||
void sendMessage(const QString& text, const QString& savePath = {});
|
||||
|
||||
void sendMessage(const QString &text,
|
||||
const QString &title,
|
||||
const QString &savePath,
|
||||
void sendMessage(const QString& text,
|
||||
const QString& title,
|
||||
const QString& savePath,
|
||||
const int timeout = 5000);
|
||||
|
||||
private:
|
||||
QDBusInterface *m_interface;
|
||||
QDBusInterface* m_interface;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user