Skip to content

Commit

Permalink
update to SDK 26
Browse files Browse the repository at this point in the history
Requires thorwe/teamspeak-plugin-qt-common#5

A header was renamed

Fixes thorwe#58
  • Loading branch information
Atemu committed Apr 22, 2024
1 parent 099b824 commit 75b9194
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/plugin_qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "core/ts_logging_qt.h"
#include "core/ts_serversinfo.h"

#include "teamspeak/clientlib_publicdefinitions.h"
#include "teamspeak/public_definitions.h"

using namespace com::teamspeak;
using namespace com::teamspeak::pluginsdk;
Expand Down
2 changes: 1 addition & 1 deletion src/plugin_qt.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Plugin : public Plugin_Base

static const char *kPluginName;
static const char *kPluginVersion;
static const int kPluginApiVersion = 23;
static const int kPluginApiVersion = 26;
static const char *kPluginAuthor;
static const char *kPluginDescription;

Expand Down
2 changes: 1 addition & 1 deletion src/positional_audio/tsvr_universe.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "core/client_storage.h"
#include "core/definitions.h"

#include "teamspeak/clientlib_publicdefinitions.h"
#include "teamspeak/public_definitions.h"

#include <QtCore/QObject>

Expand Down

0 comments on commit 75b9194

Please sign in to comment.