mirror-chatterino2/src/widgets/titlebar.h

16 lines
216 B
C
Raw Normal View History

#pragma once
2017-04-12 17:46:44 +02:00
#include <QWidget>
2017-04-14 17:52:22 +02:00
namespace chatterino {
namespace widgets {
2017-04-12 17:46:44 +02:00
class TitleBar : public QWidget
{
public:
TitleBar(QWidget *parent = nullptr);
};
} // namespace widgets
} // namespace chatterino