mirror-chatterino2/src/providers/irc/IrcAccount.hpp

28 lines
636 B
C++
Raw Normal View History

2018-02-05 15:11:50 +01:00
#pragma once
#include <QString>
// namespace chatterino {
// namespace providers {
// namespace irc {
// class IrcAccount
//{
// public:
// IrcAccount(const QString &userName, const QString &nickName, const QString &realName,
// const QString &password);
// const QString &getUserName() const;
// const QString &getNickName() const;
// const QString &getRealName() const;
// const QString &getPassword() const;
// private:
// QString userName;
// QString nickName;
// QString realName;
// QString password;
//};
//} // namespace irc
//} // namespace providers
//} // namespace chatterino