patch-tests_mergedproxymodel_test_cpp 517 B

1234567891011121314151617
  1. $OpenBSD: patch-tests_mergedproxymodel_test_cpp,v 1.1 2014/10/04 22:34:27 zhuk Exp $
  2. Unbreak tests.
  3. --- tests/mergedproxymodel_test.cpp.orig Sun Oct 5 00:20:24 2014
  4. +++ tests/mergedproxymodel_test.cpp Sun Oct 5 02:13:28 2014
  5. @@ -15,9 +15,9 @@
  6. along with Clementine. If not, see <http://www.gnu.org/licenses/>.
  7. */
  8. -#include "gtest/gtest.h"
  9. -#include "test_utils.h"
  10. #include "core/mergedproxymodel.h"
  11. +#include "test_utils.h"
  12. +#include "gtest/gtest.h"
  13. #include <QStandardItemModel>
  14. #include <QSignalSpy>