diff options
Diffstat (limited to 'kftpgrabber/src/ui/foobar.cpp')
-rw-r--r-- | kftpgrabber/src/ui/foobar.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kftpgrabber/src/ui/foobar.cpp b/kftpgrabber/src/ui/foobar.cpp new file mode 100644 index 0000000..675490c --- /dev/null +++ b/kftpgrabber/src/ui/foobar.cpp @@ -0,0 +1,19 @@ +/*************************************************************************** + * Copyright (C) 2003 by Jernej Kos * + * kostko@jweb-network.net * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ +#include "foobar.h" + + + + +FooBar::~FooBar() +{ +} + + |