forked from len0rd/rockbox
Fix Qt5 / MinGW problems.
Add missing multimedia module and update some includes. Change-Id: I98c65c4f2e21e6a63d552669468b1da313520499
This commit is contained in:
parent
801f3bbec4
commit
891351db60
5 changed files with 12 additions and 3 deletions
|
|
@ -17,6 +17,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <QDialog>
|
||||
#include <QDir>
|
||||
#include "sysinfo.h"
|
||||
#include "ui_sysinfofrm.h"
|
||||
#include "system.h"
|
||||
|
|
@ -27,7 +28,7 @@
|
|||
Sysinfo::Sysinfo(QWidget *parent) : QDialog(parent)
|
||||
{
|
||||
ui.setupUi(this);
|
||||
|
||||
|
||||
updateSysinfo();
|
||||
connect(ui.buttonOk, SIGNAL(clicked()), this, SLOT(close()));
|
||||
connect(ui.buttonRefresh, SIGNAL(clicked()), this, SLOT(updateSysinfo()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue