[libcalamaresui] Run clang-format on TranslationFix.cpp
This commit is contained in:
parent
d9f7726f7d
commit
aa332477fd
@ -10,10 +10,10 @@
|
|||||||
#include "TranslationFix.h"
|
#include "TranslationFix.h"
|
||||||
|
|
||||||
#include <QAbstractButton>
|
#include <QAbstractButton>
|
||||||
#include <QPushButton>
|
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QMessageBox>
|
|
||||||
#include <QDialogButtonBox>
|
#include <QDialogButtonBox>
|
||||||
|
#include <QMessageBox>
|
||||||
|
#include <QPushButton>
|
||||||
|
|
||||||
namespace Calamares
|
namespace Calamares
|
||||||
{
|
{
|
||||||
@ -28,7 +28,8 @@ static std::pair< decltype( QMessageBox::Ok ), const char* > maps[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
template < typename TButtonBox >
|
template < typename TButtonBox >
|
||||||
void fixButtonLabels ( TButtonBox* box )
|
void
|
||||||
|
fixButtonLabels( TButtonBox* box )
|
||||||
{
|
{
|
||||||
if ( !box )
|
if ( !box )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user