From a99dab4fbee5d91cecf0f3268d5162fc2eb04626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 13 Dec 2015 18:57:22 +0100 Subject: [PATCH] removed some qdebug outputs --- YACReaderLibrary/db/data_base_management.cpp | 2 ++ compressed_archive/compressed_archive.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/YACReaderLibrary/db/data_base_management.cpp b/YACReaderLibrary/db/data_base_management.cpp index 9f307024..ffc9d353 100644 --- a/YACReaderLibrary/db/data_base_management.cpp +++ b/YACReaderLibrary/db/data_base_management.cpp @@ -4,6 +4,8 @@ #include "library_creator.h" #include "check_new_version.h" +#define QT_NO_DEBUG_OUTPUT + static QString fields = "title ," "coverPage," diff --git a/compressed_archive/compressed_archive.cpp b/compressed_archive/compressed_archive.cpp index fe665cca..09ee367e 100644 --- a/compressed_archive/compressed_archive.cpp +++ b/compressed_archive/compressed_archive.cpp @@ -9,6 +9,7 @@ #include "open_callbacks.h" #include "extract_callbacks.h" +#define QT_NO_DEBUG_OUTPUT //DEFINE_GUID(CLSID_CFormat7z,0x23170F69, 0x40C1, 0x278A, 0x10, 0x00, 0x00, 0x01, 0x10, 0x07, 0x00, 0x00); //DEFINE_GUID(IArchiveKK,0x23170F69, 0x40C1, 0x278A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x60, 0x00, 0x00);