From f4162d2283ebf0327645e0ac66b539cf87565d0b Mon Sep 17 00:00:00 2001 From: dwmw2 Date: Thu, 19 Sep 2002 20:44:40 +0000 Subject: Initial import of half-finished ssh-agent key management tool. --- (limited to 'noncore/settings/sshkeys/main.cpp') diff --git a/noncore/settings/sshkeys/main.cpp b/noncore/settings/sshkeys/main.cpp new file mode 100644 index 0000000..37be8bf --- a/dev/null +++ b/noncore/settings/sshkeys/main.cpp @@ -0,0 +1,14 @@ + +#include +#include "sshkeys.h" + +int main(int argc, char *argv[]) +{ + QPEApplication a(argc, argv); + SSHKeysApp app; + + a.showMainWidget(&app); + + return a.exec(); +} + -- cgit v0.9.0.2