Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/widgets/MUComboBox.cpp')
-rw-r--r--src/mumble/widgets/MUComboBox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mumble/widgets/MUComboBox.cpp b/src/mumble/widgets/MUComboBox.cpp
index 72ebfcb71..cfe3694de 100644
--- a/src/mumble/widgets/MUComboBox.cpp
+++ b/src/mumble/widgets/MUComboBox.cpp
@@ -3,10 +3,10 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "mumble_pch.hpp"
-
#include "MUComboBox.h"
+#include <QtWidgets/QListView>
+
MUComboBox::MUComboBox(QWidget *parent)
: QComboBox(parent) {