diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-04-05 17:24:54 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-04-05 17:24:54 +0000 |
commit | b155cffc1b83c93eab4a7a09d5c8a00afec0a528 (patch) | |
tree | 46ec553f25ebce7f229b9d47ed2669572f25c525 /kdpkg-install/install.h | |
parent | 5d6079b0671b720574e75f9dc19c1ad8cc6eb303 (diff) | |
download | kdpkg-b155cffc1b83c93eab4a7a09d5c8a00afec0a528.tar.gz kdpkg-b155cffc1b83c93eab4a7a09d5c8a00afec0a528.zip |
Added finished page to alert user to proper completion of installation process
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdpkg@1111441 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdpkg-install/install.h')
-rw-r--r-- | kdpkg-install/install.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kdpkg-install/install.h b/kdpkg-install/install.h index 3b896b1..7fb280c 100644 --- a/kdpkg-install/install.h +++ b/kdpkg-install/install.h @@ -56,6 +56,7 @@ class install : public InstallDialog virtual void page2x2(); virtual void page3(); virtual void page4(); + virtual void page5(); virtual void showDependencies(); virtual void next1(); virtual void next2(); |