X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcontrib%2Flibqxt-2007-10-24%2Ftests%2FQxtCurses%2Fcursestest.h;fp=src%2Fcontrib%2Flibqxt-2007-10-24%2Ftests%2FQxtCurses%2Fcursestest.h;h=e81b3e248b38c50fa52d1a4be02c6d1ddf358f38;hp=0000000000000000000000000000000000000000;hb=a634acadbcf6017474f68a3eaf7cb632660e9e49;hpb=cd122ca8e0d2c0ffc5397e0a813c75d791a7e6e3 diff --git a/src/contrib/libqxt-2007-10-24/tests/QxtCurses/cursestest.h b/src/contrib/libqxt-2007-10-24/tests/QxtCurses/cursestest.h new file mode 100644 index 00000000..e81b3e24 --- /dev/null +++ b/src/contrib/libqxt-2007-10-24/tests/QxtCurses/cursestest.h @@ -0,0 +1,28 @@ +/**************************************************************************** +** +** Copyright (C) Qxt Foundation. Some rights reserved. +** +** This file is part of the QxtCore module of the Qt eXTension library +** +** This library is free software; you can redistribute it and/or +** modify it under the terms of the GNU Lesser General Public +** License as published by the Free Software Foundation; either +** version 2.1 of the License, or any later version. +** +** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +** +** There is aditional information in the LICENSE file of libqxt. +** If you did not receive a copy of the file try to download it or +** contact the libqxt Management +** +** +** +****************************************************************************/ +#include + +class Test : public QObject { +Q_OBJECT +public slots: + void moveWindows(); +};