mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
kemu: add missing q to first QEMU bins entry
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
419216b10d
commit
c689e5bacf
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ KEmuMainWindow::KEmuMainWindow(QWidget *parent, Qt::WindowFlags flags)
|
|||
connect(m_kemuui->startStopButton, SIGNAL(clicked()), this, SLOT(startStopMachine()));
|
||||
connect(m_kemuui->machinesList, SIGNAL(removed(QString)), this, SLOT(removeMachine(QString)));
|
||||
|
||||
static const QStringList qemuBins = QStringList() << "emu-system-aarch64"
|
||||
static const QStringList qemuBins = QStringList() << "qemu-system-aarch64"
|
||||
<< "qemu-system-alpha"
|
||||
<< "qemu-system-arm"
|
||||
<< "qemu-system-cris"
|
||||
|
|
Loading…
Add table
Reference in a new issue