mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
add button functionality
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
|
||||
#include "mainwidget.h"
|
||||
#include "model/data.h"
|
||||
#include "model/datacenter.h"
|
||||
|
||||
//using model::Message;
|
||||
using namespace model;
|
||||
@ -19,6 +20,7 @@ class UserInfoWidget : public QDialog
|
||||
|
||||
public:
|
||||
UserInfoWidget(const UserInfo& userInfo, QWidget *parent);
|
||||
void initSingleSlot();
|
||||
|
||||
private:
|
||||
////保存对应的Message对象,暂时先放在这里
|
||||
|
||||
Reference in New Issue
Block a user