QSyncthingTray icon indicating copy to clipboard operation
QSyncthingTray copied to clipboard

Add DISABLE_WARNINGS Macro for QCustomPlot

Open sieren opened this issue 8 years ago • 0 comments

QCustomPlot isn't using C++11 thus we're getting a few warnings about missing overrides. This has been fixed in https://github.com/sieren/QSyncthingTray/pull/188 however an update to the upstream will kill this. Thus adding a cross-compiler macro (msvc, gcc, clang) around the header include should be added at some point.

sieren avatar Nov 29 '16 20:11 sieren