公告板
版本库
filestore
活动
搜索
登录
admin
/
天开景运_0405_250719
25-04-05 AI项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of ssh://115.28.86.8:29418/~admin/天开景运_0405_250719
dusky
2025-07-25
3627f08c2ab1fd73bd3495eef14ee49c01a3226a
[~admin/天开景运_0405_250719.git]
/
Server
/
李晨飞
/
code
/
Push_and_Notification_Management
/
usermanager.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "usermanager.h"
#include "ui_usermanager.h"
usermanager::usermanager(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::usermanager)
{
ui->setupUi(this);
}
usermanager::~usermanager()
{
delete ui;
}