mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
ImageVisualizer: fix debian compile errors.
This commit is contained in:
@@ -97,10 +97,6 @@ void SeerLogWidget::handlePrintButton () {
|
||||
|
||||
void SeerLogWidget::handleSaveButton () {
|
||||
|
||||
/*
|
||||
QString fname = QFileDialog::getSaveFileName(this, "Seer log file", "./", "Logs (*.log);;Text files (*.txt);;All files (*.*)");
|
||||
*/
|
||||
|
||||
QFileDialog dialog(this, "Seer log file", "./", "Logs (*.log);;Text files (*.txt);;All files (*.*)");
|
||||
dialog.setOptions(QFileDialog::DontUseNativeDialog);
|
||||
dialog.setAcceptMode(QFileDialog::AcceptSave);
|
||||
|
||||
Reference in New Issue
Block a user