aboutsummaryrefslogtreecommitdiff
path: root/autotests/kdesktopfiletest.h
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/kdesktopfiletest.h')
-rw-r--r--autotests/kdesktopfiletest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/autotests/kdesktopfiletest.h b/autotests/kdesktopfiletest.h
index f4e0c96b..eb0bd1df 100644
--- a/autotests/kdesktopfiletest.h
+++ b/autotests/kdesktopfiletest.h
@@ -25,6 +25,7 @@ class KDesktopFileTest : public QObject
{
Q_OBJECT
private Q_SLOTS:
+ void initTestCase();
void testRead();
void testReadLocalized_data();
void testReadLocalized();
@@ -32,6 +33,7 @@ private Q_SLOTS:
void testSuccessfulTryExec();
void testActionGroup();
void testIsAuthorizedDesktopFile();
+ void testTryExecWithAuthorizeAction();
};