| /* -*- 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 CHRONOCHAT_PROFILE_EDITOR_HPP |
| #define CHRONOCHAT_PROFILE_EDITOR_HPP |
| #include <QtSql/QSqlTableModel> |
| class ProfileEditor : public QDialog |
| explicit ProfileEditor(QWidget* parent = 0); |
| onIdentityUpdated(const QString& identity); |
| QSqlTableModel* m_tableModel; |
| } // namespace chronochat |
| #endif // CHRONOCHAT_PROFILE_EDITOR_HPP |