Skip to content

Commit

Permalink
Qt TeamTAlk build fixes for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Nov 25, 2021
1 parent 6a8c06c commit ec1c437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Client/qtTeamTalk/userdesktopdlg.cpp
Expand Up @@ -23,6 +23,7 @@

#include "userdesktopdlg.h"
#include "appinfo.h"
#include "utilui.h"

extern TTInstance* ttInst;

Expand Down
1 change: 1 addition & 0 deletions Client/qtTeamTalk/uservideodlg.cpp
Expand Up @@ -23,6 +23,7 @@

#include "uservideodlg.h"
#include "appinfo.h"
#include "utilui.h"

extern TTInstance* ttInst;

Expand Down
1 change: 1 addition & 0 deletions Client/qtTeamTalk/utilui.h
Expand Up @@ -30,6 +30,7 @@
#include <QPainter>
#include <QLayout>
#include <QComboBox>
#include <QDialog>

enum DoubleClickChannelAction
{
Expand Down

0 comments on commit ec1c437

Please sign in to comment.