added window always on top option

This commit is contained in:
fourtf
2017-12-17 16:45:15 +01:00
parent c7feec20d8
commit 1ca4fb46d6
10 changed files with 63 additions and 27 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#pragma once
#include "basewidget.hpp"
#include "concurrentmap.hpp"
#include "twitch/twitchchannel.hpp"
@@ -18,7 +19,7 @@ class Channel;
namespace widgets {
class AccountPopupWidget : public QWidget
class AccountPopupWidget : public BaseWidget
{
Q_OBJECT
public: