mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Make StreamWindow create the Session
This commit is contained in:
parent
c34ce875ba
commit
8e15f498c2
6 changed files with 71 additions and 42 deletions
|
@ -20,15 +20,16 @@
|
|||
|
||||
#include <QMainWindow>
|
||||
|
||||
#include "streamsession.h"
|
||||
|
||||
class QLabel;
|
||||
class StreamSession;
|
||||
|
||||
class StreamWindow: public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit StreamWindow(StreamSession *session, QWidget *parent = nullptr);
|
||||
explicit StreamWindow(const StreamSessionConnectInfo &connect_info, QWidget *parent = nullptr);
|
||||
~StreamWindow();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue