mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[users] Compile warnings--
This commit is contained in:
parent
a0d6365209
commit
a9e751bb31
1 changed files with 1 additions and 5 deletions
|
@ -30,13 +30,9 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
static void _default_cleanup()
|
||||
{
|
||||
}
|
||||
|
||||
PasswordCheck::PasswordCheck()
|
||||
: m_message()
|
||||
, m_accept( []( const QString& s ){ return true; } )
|
||||
, m_accept( []( const QString& ){ return true; } )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue