quiet down some build warnings with Qt under OSX clang++
This commit is contained in:
@@ -30,7 +30,7 @@ NetHackQtLineEdit::NetHackQtLineEdit() :
|
||||
{
|
||||
}
|
||||
|
||||
NetHackQtLineEdit::NetHackQtLineEdit(QWidget* parent, const char* name) :
|
||||
NetHackQtLineEdit::NetHackQtLineEdit(QWidget* parent, const char* name UNUSED) :
|
||||
QLineEdit(parent)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user