#ifndef MAINWINDOW_H #define MAINWINDOW_H #include #include "ui_mainwindow.h" #include #include class MainWindow : public QMainWindow { Q_OBJECT public: MainWindow(); private: Ui::MainWindow ui_; std::unique_ptr marketplace_; }; #endif