Refactoring.
Code style.
This commit is contained in:
parent
7d515b08c4
commit
4ea992cb87
|
@ -28,8 +28,8 @@
|
|||
#ifndef VPATTERNIMAGE_H
|
||||
#define VPATTERNIMAGE_H
|
||||
|
||||
#include <QString>
|
||||
#include <QCoreApplication>
|
||||
#include <QString>
|
||||
|
||||
class QPixmap;
|
||||
class QMimeType;
|
||||
|
@ -37,6 +37,7 @@ class QMimeType;
|
|||
class VPatternImage
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(VPatternImage) // NOLINT
|
||||
|
||||
public:
|
||||
VPatternImage() = default;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user