Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ChronoChat
/
6fcdee4e8613e80af262125ed225700475a34390
/
.
/
chatdialog.h
blob: 401df9de0e2baa5905cc97e98cd41f6f0044cfad [
file
] [
log
] [
blame
]
#ifndef
CHATDIALOG_H
#define
CHATDIALOG_H
#include
"ui_chatdialog.h"
class
ChatDialog
:
public
QDialog
,
private
Ui
::
ChatDialog
{
Q_OBJECT
public
:
ChatDialog
(
QWidget
*
parent
=
0
);
};
#endif