summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools/updateoperations.h
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2017-08-21 12:36:28 +0300
committerKatja Marttila <katja.marttila@qt.io>2017-08-21 12:42:03 +0300
commit776c09b3307463fb3c3d8da7054439a28c2c9ad0 (patch)
tree564619250f6a13ef822e50b43033f9fa964d1421 /src/libs/kdtools/updateoperations.h
parent7a01e1b682a74a937a61c4879ca195c097249594 (diff)
parent854734dcbe6e5a6df62d995e14c5efb6976bb6e3 (diff)
Merge remote-tracking branch 'origin/2.0' into 3.0
Conflicts: src/libs/installer/downloadfiletask.cpp src/sdk/translations/ru.ts Change-Id: Ibce8b9592c98cec5af3521f4ae6f850c2b8f45ac
Diffstat (limited to 'src/libs/kdtools/updateoperations.h')
-rw-r--r--src/libs/kdtools/updateoperations.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libs/kdtools/updateoperations.h b/src/libs/kdtools/updateoperations.h
index cb8b133e6..b13a42559 100644
--- a/src/libs/kdtools/updateoperations.h
+++ b/src/libs/kdtools/updateoperations.h
@@ -35,6 +35,7 @@ namespace KDUpdater {
class KDTOOLS_EXPORT CopyOperation : public UpdateOperation
{
+ Q_DECLARE_TR_FUNCTIONS(KDUpdater::CopyOperation)
public:
explicit CopyOperation(QInstaller::PackageManagerCore *core = 0);
~CopyOperation();
@@ -52,6 +53,7 @@ private:
class KDTOOLS_EXPORT MoveOperation : public UpdateOperation
{
+ Q_DECLARE_TR_FUNCTIONS(KDUpdater::MoveOperation)
public:
explicit MoveOperation(QInstaller::PackageManagerCore *core = 0);
~MoveOperation();
@@ -64,6 +66,7 @@ public:
class KDTOOLS_EXPORT DeleteOperation : public UpdateOperation
{
+ Q_DECLARE_TR_FUNCTIONS(KDUpdater::DeleteOperation)
public:
explicit DeleteOperation(QInstaller::PackageManagerCore *core = 0);
~DeleteOperation();
@@ -78,6 +81,7 @@ public:
class KDTOOLS_EXPORT MkdirOperation : public UpdateOperation
{
+ Q_DECLARE_TR_FUNCTIONS(KDUpdater::MkdirOperation)
public:
explicit MkdirOperation(QInstaller::PackageManagerCore *core = 0);
@@ -89,6 +93,7 @@ public:
class KDTOOLS_EXPORT RmdirOperation : public UpdateOperation
{
+ Q_DECLARE_TR_FUNCTIONS(KDUpdater::RmdirOperation)
public:
RmdirOperation(QInstaller::PackageManagerCore *core = 0);
@@ -100,6 +105,7 @@ public:
class KDTOOLS_EXPORT AppendFileOperation : public UpdateOperation
{
+ Q_DECLARE_TR_FUNCTIONS(KDUpdater::AppendFileOperation)
public:
explicit AppendFileOperation(QInstaller::PackageManagerCore *core = 0);
@@ -111,6 +117,7 @@ public:
class KDTOOLS_EXPORT PrependFileOperation : public UpdateOperation
{
+ Q_DECLARE_TR_FUNCTIONS(KDUpdater::PrependFileOperation)
public:
explicit PrependFileOperation(QInstaller::PackageManagerCore *core = 0);