mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:50:04 +00:00
Update QApiKeyEdit log prefix
This commit is contained in:
parent
50006ada37
commit
71bfbcc6ce
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
using namespace scwx::qt::ui;
|
using namespace scwx::qt::ui;
|
||||||
|
|
||||||
static const std::string logPrefix_ = "scwx::qt::ui::setup::api_key";
|
static const std::string logPrefix_ = "scwx::qt::ui::QApiKeyEdit";
|
||||||
static const auto logger_ = scwx::util::Logger::Create(logPrefix_);
|
static const auto logger_ = scwx::util::Logger::Create(logPrefix_);
|
||||||
|
|
||||||
QApiKeyEdit::QApiKeyEdit(QWidget* parent) :
|
QApiKeyEdit::QApiKeyEdit(QWidget* parent) :
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue