| /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */ |
| * Copyright (c) 2013, Regents of the University of California |
| * BSD license, See the LICENSE file for more information |
| * Author: Yingdi Yu <yingdi@cs.ucla.edu> |
| #ifndef STARTCHATDIALOG_H |
| #define STARTCHATDIALOG_H |
| class StartChatDialog : public QDialog |
| explicit StartChatDialog(QWidget *parent = 0); |
| setInvitee(const std::string& invitee, const std::string& chatroom); |
| chatroomConfirmed(const QString& chatroomName, const QString& invitee, bool isIntroducer); |
| #endif // STARTCHATDIALOG_H |