| /* -*- 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_SET_ALIAS_DIALOG_HPP |
| #define CHRONOCHAT_SET_ALIAS_DIALOG_HPP |
| #include <ndn-cxx/name.hpp> |
| class SetAliasDialog : public QDialog |
| SetAliasDialog(QWidget* parent = 0); |
| setTargetIdentity(const QString& targetIdentity, const QString& alias); |
| aliasChanged(const QString& identity, const QString& alias); |
| QString m_targetIdentity; |
| } // namespace chronochat |
| #endif // CHRONOCHAT_SET_ALIAS_DIALOG_HPP |