14 lines
186 B
C++
14 lines
186 B
C++
#include "scan_run.h"
|
|
#include "widget.h"
|
|
#include "ui_widget.h"
|
|
#include <QDebug>
|
|
|
|
|
|
|
|
void scan_run::run()
|
|
{
|
|
//Widget::tray_scan();
|
|
//ui->outputlist->append("1");
|
|
//Widget::test();
|
|
}
|