travis: Use correct package for linux Qt5WebEngine

This commit is contained in:
Zach Hilman 2018-12-28 19:29:44 -05:00
parent cb930c4b5a
commit 0c5ede492f
4 changed files with 4 additions and 5 deletions

View file

@ -3,6 +3,8 @@
// Refer to the license.txt file included.
#pragma once
#include "controllers/controller_base.h"
#include "core/hle/service/service.h"
namespace CoreTiming {
@ -19,8 +21,6 @@ class ServiceManager;
namespace Service::HID {
class ControllerBase;
enum class HidController : std::size_t {
DebugPad,
Touchscreen,