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