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

@@ -1,5 +1,5 @@
// Copyright 2019-2020 The Hush developers
// GPLv3
// Copyright 2019-2021 The Hush developers
// Released under the GPLv3
#include "ChatItem.h"

View File

@@ -1,5 +1,5 @@
// Copyright 2019-2020 The Hush developers
// GPLv3
// Copyright 2019-2021 The Hush developers
// Released under the GPLv3
#ifndef CHATITEM_H
#define CHATITEM_H

View File

@@ -1,5 +1,5 @@
// Copyright 2019-2020 The Hush developers
// GPLv3
// Copyright 2019-2021 The Hush developers
// Released under the GPLv3
#ifndef CONTACTITEM_H
#define CONTACTITEM_H
@@ -8,6 +8,8 @@
#include "mainwindow.h"
using json = nlohmann::json;
// This represents one HushContact in your ContactList of HushChat, which end users
// see as an avatar and name. This data structure holds all the other data to make things work
class ContactItem
{
private:

View File

@@ -1,6 +1,5 @@
// Copyright 2019-2020 The Hush developers
// GPLv3
// Copyright 2019-2021 The Hush developers
// Released under the GPLv3
#ifndef CONTACTREQUEST_H
#define CONTACTREQUEST_H

View File

@@ -1 +1,3 @@
#include "ContactRequestChatItem.h"
// Copyright 2019-2021 The Hush developers
// Released under the GPLv3
#include "ContactRequestChatItem.h"

View File

@@ -1,3 +1,5 @@
// Copyright 2019-2021 The Hush developers
// Released under the GPLv3
#ifdef CONTACTREQUESTCHATITEM_H
#define CONTACTREQUESTCHATITEM_H
@@ -8,4 +10,4 @@ class ContactRequestChatItem : ChatItem
};
#endif
#endif