Correct some whitespace issues

This commit is contained in:
Nicolas Fella
2020-11-04 19:43:56 +01:00
parent fd19e0f27d
commit 00b6908f25
14 changed files with 15 additions and 15 deletions

View File

@@ -130,7 +130,7 @@ private:
private Q_SLOTS:
void invokeLogin();
Q_SIGNALS:
Q_SIGNALS:
void busyChanged();
void errorOccured(QString error, QString detail);
void syncDone();

View File

@@ -70,7 +70,7 @@ public:
Q_INVOKABLE QVariantList history();
Q_INVOKABLE QVariantList filterModel(const QString &filter);
Q_SIGNALS:
Q_SIGNALS:
void historyChanged();
public Q_SLOTS:

View File

@@ -27,7 +27,7 @@ public:
private:
QClipboard *m_clipboard;
Q_SIGNALS:
Q_SIGNALS:
void imageChanged();
};

View File

@@ -3,6 +3,7 @@
*
* SPDX-LicenseIdentifier: GPL-3.0-only
*/
#include <QCommandLineParser>
#include <QFontDatabase>
#include <QGuiApplication>
#include <QNetworkProxy>
@@ -10,11 +11,10 @@
#include <QQmlApplicationEngine>
#include <QQmlContext>
#include <QQuickStyle>
#include <QCommandLineParser>
#include <KAboutData>
#include <KLocalizedContext>
#include <KLocalizedString>
#include <KAboutData>
#include "neochat-version.h"

View File

@@ -68,7 +68,7 @@ public:
Q_EMIT connectionChanged();
}
Q_SIGNALS:
Q_SIGNALS:
void connectionChanged();
private:

View File

@@ -80,7 +80,7 @@ private:
void refreshEventRoles(int row, const QVector<int> &roles = {});
int refreshEventRoles(const QString &eventId, const QVector<int> &roles = {});
Q_SIGNALS:
Q_SIGNALS:
void roomChanged();
};

View File

@@ -20,6 +20,6 @@ void NotificationsManager::postNotification(const QString &roomid, const QString
notification->setText(text);
notification->setPixmap(img);
notification->sendEvent();
m_notifications.insert(roomid, notification);
}

View File

@@ -10,7 +10,7 @@
class NotificationsManager : public QObject
{
Q_OBJECT
public:
NotificationsManager(QObject *parent = nullptr);

View File

@@ -71,7 +71,7 @@ private:
QueryPublicRoomsJob *job = nullptr;
Q_SIGNALS:
Q_SIGNALS:
void connectionChanged();
void serverChanged();
void keywordChanged();

View File

@@ -84,7 +84,7 @@ private:
void connectRoomSignals(SpectralRoom *room);
Q_SIGNALS:
Q_SIGNALS:
void connectionChanged();
void notificationCountChanged();

View File

@@ -98,7 +98,7 @@ private:
private Q_SLOTS:
void countChanged();
Q_SIGNALS:
Q_SIGNALS:
void cachedInputChanged();
void busyChanged();
void hasFileUploadingChanged();

View File

@@ -56,7 +56,7 @@ public:
}
void setIsOnline(bool online);
Q_SIGNALS:
Q_SIGNALS:
void notificationCountChanged();
void iconSourceChanged();
void isOnlineChanged();

View File

@@ -61,7 +61,7 @@ private:
SearchUserDirectoryJob *job = nullptr;
Q_SIGNALS:
Q_SIGNALS:
void connectionChanged();
void keywordChanged();
void limitedChanged();

View File

@@ -55,7 +55,7 @@ public:
QHash<int, QByteArray> roleNames() const override;
Q_SIGNALS:
Q_SIGNALS:
void roomChanged();
private Q_SLOTS: