mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04: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>
|
#include <memory>
|
||||||
|
|
||||||
static void _default_cleanup()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
PasswordCheck::PasswordCheck()
|
PasswordCheck::PasswordCheck()
|
||||||
: m_message()
|
: m_message()
|
||||||
, m_accept( []( const QString& s ){ return true; } )
|
, m_accept( []( const QString& ){ return true; } )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue