More temporary diags

This commit is contained in:
Bill Somerville
2020-10-02 15:43:27 +01:00
parent f2017ba105
commit 467c52eb31
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -230,6 +230,6 @@ void WSJTXLogging::qt_log_handler (QtMsgType type, QMessageLogContext const& con
if (QtFatalMsg == type)
{
// bail out
throw std::runtime_error {"Fatal Qt Error"};
//throw std::runtime_error {"Fatal Qt Error"};
}
}
+1
View File
@@ -106,6 +106,7 @@ int main(int argc, char *argv[])
try
{
LOG_INFO ("Application directory: " << a.applicationDirPath ());
qInfo () << "Library paths:" << a.libraryPaths ();
// LOG_INfO ("+++++++++++++++++++++++++++ Resources ++++++++++++++++++++++++++++");
// {
// QDirIterator resources_iter {":/", QDirIterator::Subdirectories};