Files
SilentDragonXLite/src/chatbubblepartner.h
2021-01-02 11:20:58 -05:00

25 lines
416 B
C++

// Copyright 2019-2021 The Hush developers
// Released under the GPLv3
#ifndef CHATBUBBLEPARTNER_H
#define CHATBUBBLEPARTNER_H
#include <QWidget>
namespace Ui {
class ChatBubblePartner;
}
class ChatBubblePartner : public QWidget
{
Q_OBJECT
public:
explicit ChatBubblePartner(QWidget *parent = nullptr);
~ChatBubblePartner();
private:
Ui::ChatBubblePartner *ui;
};
#endif // CHATBUBBLEPARTNER_H