... and split code between header and .cpp file. The goal here is to just sort the lines into header and .cpp, not to change them, so temporarily define inline away. This allows git to reliably track this as copy instead of independent changes. The inline define will be cleaned up in a follow-up patch; fixing inline and re-indenting would reduce the similarity score too much. Also includemocs and move qsingleshottimer* to the (lexicographically) correct position in CMakeLists.txt's SOURCES. Fixes -Wweak-vtable (and therefore prevents this class from being used outside QtCore (not exported atm)). Amends e0573e73645c0f57e46332a94160e28eb6c8ebac. Change-Id: Ia5304434fd1c9a56eb6f2f1988bd14a80ab61442 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 1ef5f50e28edd1bdfcb3828c3858640ba347b2bd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%