OSDN Git Service

Bump version.
[mutilities/MUtilities.git] / src / Translation.cpp
index e2cf73a..8c32e9e 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2023 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -106,7 +106,7 @@ int MUtils::Translation::enumerate(QStringList &list)
                return -1;
        }
 
-       list.swap(g_translation_data->keys());
+       list = g_translation_data->keys();
        return list.count();
 }