mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
parent
5ff39f65ab
commit
e8eadcf0a0
@ -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
main.cpp
1
main.cpp
@ -106,7 +106,6 @@ 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};
|
||||
|
Loading…
Reference in New Issue
Block a user