mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Switch from __PRETTY_FUNCTION__ to qSetMessagePattern()
This commit is contained in:
@@ -167,7 +167,7 @@ bool SeerConfigDialog::seerClearManualCommandHistory () const {
|
||||
|
||||
void SeerConfigDialog::handleChangePage(QListWidgetItem* current, QListWidgetItem* previous) {
|
||||
|
||||
//qDebug() << __PRETTY_FUNCTION__ << ":" << current << previous;
|
||||
//qDebug() << current << previous;
|
||||
|
||||
if (!current) {
|
||||
current = previous;
|
||||
|
||||
Reference in New Issue
Block a user