Files
qmltermwidget/lib
Denis Rouzaud 54bcaddab7 fix local variable will be copied despite being returned by name (#221)
* fix local variable will be copied despite being returned by name

error when building with clang 7

* Fix error return-std-move

std::move should not be used here because
it prevents RVO (copy elision) and it's
considered an anti-pattern.

To fix the original warning the returned
type must match the declared return
type or copy elision will not be possible
(and the warning will be triggered).

* Update ColorScheme.cpp
2018-10-15 11:30:40 +08:00
..
2010-10-25 16:34:14 +02:00
2018-08-12 10:39:35 +08:00
2010-10-01 15:54:31 +02:00
2010-10-01 15:54:31 +02:00
2010-10-01 15:54:31 +02:00
2018-08-12 10:39:35 +08:00
2018-08-12 10:39:35 +08:00
2015-07-09 20:22:48 +02:00
2018-08-09 21:58:51 +02:00
2010-10-01 16:08:52 +02:00
2010-10-01 15:54:31 +02:00
2018-08-05 22:09:57 +08:00
2015-07-09 20:22:48 +02:00
2018-02-28 10:49:41 +01:00
2018-02-28 10:49:41 +01:00
2015-07-09 20:22:48 +02:00
2015-07-09 20:22:48 +02:00
2015-07-09 20:22:48 +02:00
2018-10-09 22:50:26 +02:00
2017-07-21 19:51:55 +02:00
2018-09-02 17:31:12 +08:00
2016-05-25 17:17:46 +03:00