Happy 2021

This commit is contained in:
Duke Leto
2021-01-02 11:20:58 -05:00
parent 3e79044f25
commit 0cee4989c0
92 changed files with 228 additions and 90 deletions

View File

@@ -140,4 +140,4 @@ void Chat::renderChatBox(Ui::MainWindow *ui, QListView *view, QLabel *label)
}
}

View File

@@ -1,3 +1,5 @@
// Copyright 2019-2021 The Hush developers
// Released under the GPLv3
#ifndef CHAT_H
#define CHAT_H
@@ -31,4 +33,4 @@ class Chat // Chat Controller
};
#endif
#endif