mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-24 07:58:22 -04:00
i18n: Massage code to help lupdate understand
This commit is contained in:
parent
d27675d660
commit
0b03d56a40
2 changed files with 3 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue