mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Massive UI revamping (v7): try to fix Ubuntu prod build error
This commit is contained in:
parent
459cf2bd52
commit
426bf4d45c
@ -18,6 +18,8 @@
|
||||
|
||||
#include <QFileDialog>
|
||||
#include <QMessageBox>
|
||||
#include <QTextStream>
|
||||
#include <QFile>
|
||||
|
||||
#include "settings/preset.h"
|
||||
#include "gui/presetitem.h"
|
||||
@ -371,7 +373,7 @@ void DeviceSetPresetsDialog::on_presetImport_clicked()
|
||||
|
||||
void DeviceSetPresetsDialog::on_presetLoad_clicked()
|
||||
{
|
||||
qDebug() << "DeviceSetPresetsDialog::on_presetLoad_clicked";
|
||||
qDebug("DeviceSetPresetsDialog::on_presetLoad_clicked");
|
||||
|
||||
QTreeWidgetItem* item = ui->presetTree->currentItem();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user