mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Use Q_FUNC_INFO for message
This commit is contained in:
parent
312cc9b912
commit
ab28142ec5
@ -58,7 +58,7 @@ void Notepad::setup()
|
||||
void Notepad::refresh()
|
||||
{
|
||||
// TODO: implement
|
||||
eprintf("%s - not implemented\n", __PRETTY_FUNCTION__);
|
||||
eprintf("%s - not implemented\n", Q_FUNC_INFO);
|
||||
}
|
||||
|
||||
void Notepad::setText(const QString &str)
|
||||
|
@ -101,13 +101,13 @@ SdbDock::~SdbDock()
|
||||
void SdbDock::setup()
|
||||
{
|
||||
// TODO: implement
|
||||
eprintf("%s - not implemented\n", __PRETTY_FUNCTION__);
|
||||
eprintf("%s - not implemented\n", Q_FUNC_INFO);
|
||||
}
|
||||
|
||||
void SdbDock::refresh()
|
||||
{
|
||||
// TODO: implement
|
||||
eprintf("%s - not implemented\n", __PRETTY_FUNCTION__);
|
||||
eprintf("%s - not implemented\n", Q_FUNC_INFO);
|
||||
}
|
||||
|
||||
void SdbDock::on_lockButton_clicked()
|
||||
|
Loading…
Reference in New Issue
Block a user