mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 11:56:12 +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()
|
void Notepad::refresh()
|
||||||
{
|
{
|
||||||
// TODO: implement
|
// TODO: implement
|
||||||
eprintf("%s - not implemented\n", __PRETTY_FUNCTION__);
|
eprintf("%s - not implemented\n", Q_FUNC_INFO);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Notepad::setText(const QString &str)
|
void Notepad::setText(const QString &str)
|
||||||
|
@ -101,13 +101,13 @@ SdbDock::~SdbDock()
|
|||||||
void SdbDock::setup()
|
void SdbDock::setup()
|
||||||
{
|
{
|
||||||
// TODO: implement
|
// TODO: implement
|
||||||
eprintf("%s - not implemented\n", __PRETTY_FUNCTION__);
|
eprintf("%s - not implemented\n", Q_FUNC_INFO);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SdbDock::refresh()
|
void SdbDock::refresh()
|
||||||
{
|
{
|
||||||
// TODO: implement
|
// TODO: implement
|
||||||
eprintf("%s - not implemented\n", __PRETTY_FUNCTION__);
|
eprintf("%s - not implemented\n", Q_FUNC_INFO);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SdbDock::on_lockButton_clicked()
|
void SdbDock::on_lockButton_clicked()
|
||||||
|
Loading…
Reference in New Issue
Block a user