Skip to content

Commit

Permalink
UserListModel: add mumble_pch.hpp header instead of directly using Qt…
Browse files Browse the repository at this point in the history
… headers in order to fix Qt::escape on Qt 5.
  • Loading branch information
mkrautz committed Jul 25, 2014
1 parent 64d28eb commit 68fb468
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mumble/UserListModel.cpp
Expand Up @@ -28,8 +28,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include <QStringList>
#include <QTextDocument>
#include "mumble_pch.hpp"

#include "UserListModel.h"
#include "Channel.h"
Expand Down

0 comments on commit 68fb468

Please sign in to comment.