SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Unbreak tests.
--- tests/mergedproxymodel_test.cpp.orig Sun Oct 5 00:20:24 2014
+++ tests/mergedproxymodel_test.cpp Sun Oct 5 02:13:28 2014
@@ -15,9 +15,9 @@
along with Clementine. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "gtest/gtest.h"
-#include "test_utils.h"
#include "core/mergedproxymodel.h"
+#include "test_utils.h"
+#include "gtest/gtest.h"
#include <QStandardItemModel>
#include <QSignalSpy>