summaryrefslogtreecommitdiffstats
path: root/src/RoomDirectoryModel.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-12-29 04:28:08 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-12-29 04:52:52 +0100
commitd8ead9573b6fd45e386d54b9aaec4e1c335b10ec (patch)
tree514d00ee26e67fc8bfeff403858e7d4ef276e6e3 /src/RoomDirectoryModel.h
parenta3c4ebc4605cb753bc9795d044e9a9c84a56da1e (diff)
Reduce allocations using QStringLiteral
Diffstat (limited to 'src/RoomDirectoryModel.h')
-rw-r--r--src/RoomDirectoryModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RoomDirectoryModel.h b/src/RoomDirectoryModel.h
index 4699474b..2299a76d 100644
--- a/src/RoomDirectoryModel.h
+++ b/src/RoomDirectoryModel.h
@@ -71,7 +71,7 @@ signals:
void reachedEndOfPaginationChanged();
public slots:
- void setMatrixServer(const QString &s = "");
+ void setMatrixServer(const QString &s = QLatin1String(""));
void setSearchTerm(const QString &f);
private slots: