diff options
Diffstat (limited to 'src/gui/widgets/staticbrowserbox.cpp')
-rw-r--r-- | src/gui/widgets/staticbrowserbox.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/staticbrowserbox.cpp b/src/gui/widgets/staticbrowserbox.cpp index ef51660c0..7be4b780e 100644 --- a/src/gui/widgets/staticbrowserbox.cpp +++ b/src/gui/widgets/staticbrowserbox.cpp @@ -46,6 +46,7 @@ #include "utils/browserboxtools.h" #include "utils/checkutils.h" #include "utils/foreach.h" +#include "utils/stdmove.h" #include "utils/stringutils.h" #include "utils/translation/podict.h" @@ -256,7 +257,7 @@ void StaticBrowserBox::addRow(const std::string &row, mTextRowLinksCount.push_back(linksCount); } - std::string plain = newRow; + std::string plain = STD_MOVE(newRow); // workaround if used only one string started from bold // width for this string can be calculated wrong // this workaround fix width if string start from bold sign |