diff options
| author | Tannin <devnull@localhost> | 2015-03-09 12:22:13 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-03-09 12:22:13 +0100 |
| commit | db2954e8eb41da715b9e7d79a72e225797401413 (patch) | |
| tree | a4e5da9be636d0962cadd999d1d2900f1d72509e /src/pluginlist.h | |
| parent | 8c0756bd9d87e8394d49e7611532002eecbc220a (diff) | |
minor cleanup
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index 80fcc25b..7be2df28 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -26,6 +26,8 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QListWidget>
#include <QTimer>
#include <QTemporaryFile>
+#pragma warning(push)
+#pragma warning(disable: 4100)
#ifndef Q_MOC_RUN
#include <boost/signals2.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
@@ -338,4 +340,6 @@ private: };
+#pragma warning(pop)
+
#endif // PLUGINLIST_H
|
