valentina_old/src/libs/vmisc
Roman Telezhynskyi ecc952d235 Suppressing error: 'void q_dispatch_async_main(voidBlock)' defined but not used
[-Werror=unused-function].

First, because this is static function define it inline. Second, use GCC
extension to fully cover possible cases with Clang.

--HG--
branch : release
2018-09-28 22:29:58 +03:00
..
backport GCC warning. 2018-01-12 15:54:42 +02:00
dialogs Cppcheck warning 'missingOverride'. 2018-06-26 15:53:48 +03:00
qt_dispatch Suppressing error: 'void q_dispatch_async_main(voidBlock)' defined but not used 2018-09-28 22:29:58 +03:00
share/resources Added place label. 2017-10-15 12:25:20 +03:00
commandoptions.cpp Resolved issue #865. New feature. Dynamic Way to define Material in piece label. 2018-07-18 20:18:30 +03:00
commandoptions.h Resolved issue #865. New feature. Dynamic Way to define Material in piece label. 2018-07-18 20:18:30 +03:00
customevents.h Fix typo in headers. 2017-10-05 12:20:01 +03:00
debugbreak.h Cppcheck warnings. 2017-10-13 22:03:44 +03:00
def.cpp Fixed issue #882. VContainer class doesn't support multi document mode. 2018-09-18 16:38:16 +03:00
def.h This code doesn't work without constexpr. 2018-09-27 20:25:37 +03:00
defglobal.h This code doesn't work without constexpr. 2018-09-27 20:25:37 +03:00
diagnostic.h Fix typo in headers. 2017-10-05 12:20:01 +03:00
literals.cpp Optimization. Move literals. 2018-04-13 09:00:09 +03:00
literals.h Optimization. Move literals. 2018-04-13 09:00:09 +03:00
logging.h Thrown away code for support Qt < 5.2. 2017-05-30 19:52:38 +03:00
projectversion.cpp Officially in beta. 2018-08-17 11:10:15 +03:00
projectversion.h Officially in beta. 2018-08-17 11:10:15 +03:00
qxtcsvmodel.cpp Refactoring. Use QString default constructor instead of empty string. 2018-03-14 16:01:24 +02:00
qxtcsvmodel.h Cppcheck warning 'missingOverride'. 2018-06-26 15:53:48 +03:00
stable.cpp Fix typo in headers. 2017-10-05 12:20:01 +03:00
stable.h Fix typo in headers. 2017-10-05 12:20:01 +03:00
testvapplication.h Cppcheck warning 'missingOverride'. 2018-06-26 15:53:48 +03:00
vabstractapplication.cpp Bug in undocommands. We should return to pattern piece only if in Calculation 2018-07-25 11:26:09 +03:00
vabstractapplication.h Bug in undocommands. We should return to pattern piece only if in Calculation 2018-07-25 11:26:09 +03:00
vcommonsettings.cpp New option to control calling zoom current pattern piece by mouse double click. 2018-05-10 14:12:41 +03:00
vcommonsettings.h New option to control calling zoom current pattern piece by mouse double click. 2018-05-10 14:12:41 +03:00
vlockguard.h Fix typo in headers. 2017-10-05 12:20:01 +03:00
vmath.h Thrown away code for support Qt < 5.2. 2017-05-30 19:52:38 +03:00
vmisc.pri Improve message handling from threads. 2018-09-28 21:05:42 +03:00
vmisc.pro Utilize macro QT_DEPRECATED_WARNINGS. 2018-03-22 19:57:56 +02:00
vsettings.cpp Tab with options to control Scrolling settings. ref #831. 2018-05-11 12:42:20 +03:00
vsettings.h Tab with options to control Scrolling settings. ref #831. 2018-05-11 12:42:20 +03:00
vsysexits.h Flush buffer after adding a string, not before. 2018-06-21 14:16:17 +03:00
vtablesearch.cpp Refactoring. Replacing all Q_FOREACH/foreach loops with the c++ range-based 2018-04-03 11:15:58 +03:00
vtablesearch.h Fix typo in headers. 2017-10-05 12:20:01 +03:00
vtapesettings.cpp Clazy warnings. 2018-03-14 15:39:15 +02:00
vtapesettings.h Fix typo in headers. 2017-10-05 12:20:01 +03:00
warnings.pri Qmake. Fix masks to support 64 bit versions of compilers. 2017-07-05 11:35:32 +03:00