Skip to content

Commit

Permalink
composite plugin: reduce warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
diemmarkus committed Jul 9, 2020
1 parent 3c22f4e commit fa56c94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CompositePlugin/src/SbChannelWidget.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#pragma once

#pragma warning(push, 0)

#include <QWidget>
#include <QVBoxLayout>
#include <QLabel>
Expand All @@ -20,6 +23,9 @@
#include <QToolTip>

#include <opencv2/opencv.hpp>
#pragma warning(pop, 0)


#include "DkImageStorage.h"
#include "DkBasicLoader.h"

Expand Down

0 comments on commit fa56c94

Please sign in to comment.