mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
3cb1e5158a
Co-authored-by: Mm2PL <mm2pl+gh@kotmisia.pl> Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
19 lines
290 B
C++
19 lines
290 B
C++
#pragma once
|
|
|
|
#include "widgets/helper/EditableModelView.hpp"
|
|
#include "widgets/settingspages/SettingsPage.hpp"
|
|
|
|
#include <QStringListModel>
|
|
|
|
class QVBoxLayout;
|
|
|
|
namespace chatterino {
|
|
|
|
class NicknamesPage : public SettingsPage
|
|
{
|
|
public:
|
|
NicknamesPage();
|
|
};
|
|
|
|
} // namespace chatterino
|