mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-13 12:52:27 +00:00
Rename hpp -> h
This commit is contained in:
parent
d14cfb577b
commit
200b1c5095
11 changed files with 11 additions and 11 deletions
|
@ -120,8 +120,8 @@ HEADERS += \
|
|||
cli/commandlineparser.h \
|
||||
cli/startstream.h \
|
||||
settings/streamingpreferences.h \
|
||||
streaming/input.hpp \
|
||||
streaming/session.hpp \
|
||||
streaming/input.h \
|
||||
streaming/session.h \
|
||||
streaming/audio/renderers/renderer.h \
|
||||
gui/computermodel.h \
|
||||
gui/appmodel.h \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "startstream.h"
|
||||
#include "backend/computermanager.h"
|
||||
#include "streaming/session.hpp"
|
||||
#include "streaming/session.h"
|
||||
|
||||
#include <QTimer>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "backend/boxartmanager.h"
|
||||
#include "backend/computermanager.h"
|
||||
#include "streaming/session.hpp"
|
||||
#include "streaming/session.h"
|
||||
|
||||
#include <QAbstractListModel>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "backend/computermanager.h"
|
||||
#include "streaming/session.hpp"
|
||||
#include "streaming/session.h"
|
||||
|
||||
#include <QAbstractListModel>
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "gui/computermodel.h"
|
||||
#include "gui/appmodel.h"
|
||||
#include "backend/autoupdatechecker.h"
|
||||
#include "streaming/session.hpp"
|
||||
#include "streaming/session.h"
|
||||
#include "settings/streamingpreferences.h"
|
||||
|
||||
#if !defined(QT_DEBUG) && defined(Q_OS_WIN32)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "streamingpreferences.h"
|
||||
#include "streaming/session.hpp"
|
||||
#include "streaming/session.h"
|
||||
#include "streaming/streamutils.h"
|
||||
|
||||
#include <QSettings>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../session.hpp"
|
||||
#include "../session.h"
|
||||
#include "renderers/renderer.h"
|
||||
|
||||
#ifdef HAVE_PORTAUDIO
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <Limelight.h>
|
||||
#include <SDL.h>
|
||||
#include "streaming/session.hpp"
|
||||
#include "streaming/session.h"
|
||||
#include "path.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "session.hpp"
|
||||
#include "session.h"
|
||||
#include "settings/streamingpreferences.h"
|
||||
#include "streaming/streamutils.h"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <opus_multistream.h>
|
||||
#include "backend/computermanager.h"
|
||||
#include "settings/streamingpreferences.h"
|
||||
#include "input.hpp"
|
||||
#include "input.h"
|
||||
#include "video/decoder.h"
|
||||
#include "audio/renderers/renderer.h"
|
||||
|
Loading…
Reference in a new issue