i18n: Massage code to help lupdate understand
This commit is contained in:
parent
d27675d660
commit
0b03d56a40
@ -31,7 +31,7 @@ class LicensePage;
|
||||
|
||||
struct LicenseEntry
|
||||
{
|
||||
enum Type : unsigned char
|
||||
enum Type
|
||||
{
|
||||
Software = 0,
|
||||
Driver,
|
||||
|
@ -20,6 +20,8 @@
|
||||
#ifndef REPLACEWIDGET_H
|
||||
#define REPLACEWIDGET_H
|
||||
|
||||
#include "utils/CalamaresUtilsGui.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include <QScopedPointer>
|
||||
|
||||
@ -28,11 +30,6 @@ class QComboBox;
|
||||
class PartitionCoreModule;
|
||||
class Partition;
|
||||
|
||||
namespace CalamaresUtils
|
||||
{
|
||||
enum ImageType : int;
|
||||
}
|
||||
|
||||
class ReplaceWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Loading…
Reference in New Issue
Block a user