Skip to content

Commit

Permalink
Mod: redefine setImage function
Browse files Browse the repository at this point in the history
  • Loading branch information
LuongNV committed Oct 12, 2016
1 parent c464c18 commit 5744a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <QShowEvent>
#include <QResizeEvent>
#include <QInputDialog>
#include <QLabel>

// opencv lib
#include <opencv2/core/core.hpp>
Expand Down Expand Up @@ -40,7 +41,7 @@ class MainWindow : public QMainWindow

public:
explicit MainWindow(QWidget *parent = 0);
void setImage(Mat img, my_qlabel *label);
void setImage(Mat img, QLabel *label);
~MainWindow();

public slots:
Expand Down

0 comments on commit 5744a78

Please sign in to comment.