mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-12 15:15:48 -05:00
Coding style fixes.
This commit is contained in:
parent
0c7e1f1a6b
commit
b90807c4d3
7 changed files with 10 additions and 12 deletions
|
|
@ -50,4 +50,3 @@ QLabel* EditWidget::headlineLabel()
|
|||
{
|
||||
return m_ui->headerLabel;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,8 +21,7 @@
|
|||
#include <QtCore/QScopedPointer>
|
||||
#include <QtGui/QLabel>
|
||||
|
||||
#include <gui/DialogyWidget.h>
|
||||
|
||||
#include "gui/DialogyWidget.h"
|
||||
|
||||
namespace Ui {
|
||||
class EditWidget;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ namespace QTest {
|
|||
QByteArray ba = "Uuid(";
|
||||
ba += uuid.toBase64().toAscii().constData();
|
||||
ba += ")";
|
||||
return qstrdup(ba.data());
|
||||
return qstrdup(ba.constData());
|
||||
}
|
||||
|
||||
template<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue