mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
More temporary diags
This commit is contained in:
parent
f2017ba105
commit
467c52eb31
@ -230,6 +230,6 @@ void WSJTXLogging::qt_log_handler (QtMsgType type, QMessageLogContext const& con
|
|||||||
if (QtFatalMsg == type)
|
if (QtFatalMsg == type)
|
||||||
{
|
{
|
||||||
// bail out
|
// bail out
|
||||||
throw std::runtime_error {"Fatal Qt Error"};
|
//throw std::runtime_error {"Fatal Qt Error"};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1
main.cpp
1
main.cpp
@ -106,6 +106,7 @@ int main(int argc, char *argv[])
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
LOG_INFO ("Application directory: " << a.applicationDirPath ());
|
LOG_INFO ("Application directory: " << a.applicationDirPath ());
|
||||||
|
qInfo () << "Library paths:" << a.libraryPaths ();
|
||||||
// LOG_INfO ("+++++++++++++++++++++++++++ Resources ++++++++++++++++++++++++++++");
|
// LOG_INfO ("+++++++++++++++++++++++++++ Resources ++++++++++++++++++++++++++++");
|
||||||
// {
|
// {
|
||||||
// QDirIterator resources_iter {":/", QDirIterator::Subdirectories};
|
// QDirIterator resources_iter {":/", QDirIterator::Subdirectories};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user