Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ChronoChat
/
6fcdee4e8613e80af262125ed225700475a34390
/
.
/
chatdialog.h
blob: 401df9de0e2baa5905cc97e98cd41f6f0044cfad [
file
] [
log
] [
blame
]
Zhenkai Zhu
6d589aa
2012-05-29 17:34:35 -0700
[
diff
] [
blame
]
1
#ifndef
CHATDIALOG_H
2
#define
CHATDIALOG_H
3
#include
"ui_chatdialog.h"
4
5
class
ChatDialog
:
public
QDialog
,
private
Ui
::
ChatDialog
6
{
7
Q_OBJECT
8
9
public
:
10
ChatDialog
(
QWidget
*
parent
=
0
);
11
};
12
#endif