summary refs log tree commit diff
path: root/src/TopRoomBar.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-02-04 04:58:43 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-02-04 04:58:43 +0100
commit7ccc120f6345bff8dad4abb349669973746aa8da (patch)
tree4922b19543b810cfa73fc9bf87d82d1341601870 /src/TopRoomBar.h
parentImprove styling a bit (diff)
downloadnheko-7ccc120f6345bff8dad4abb349669973746aa8da.tar.xz
modernize: use nullptr
Diffstat (limited to 'src/TopRoomBar.h')
-rw-r--r--src/TopRoomBar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TopRoomBar.h b/src/TopRoomBar.h
index 5ab25f39..63ce847e 100644
--- a/src/TopRoomBar.h
+++ b/src/TopRoomBar.h
@@ -40,7 +40,7 @@ class TopRoomBar : public QWidget
         Q_PROPERTY(QColor borderColor READ borderColor WRITE setBorderColor)
 
 public:
-        TopRoomBar(QWidget *parent = 0);
+        TopRoomBar(QWidget *parent = nullptr);
 
         void updateRoomAvatar(const QString &avatar_image);
         void updateRoomAvatar(const QIcon &icon);