/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage ** This file contains pre-release code and may not be distributed. ** You may use this file in accordance with the terms and conditions ** contained in the either Technology Preview License Agreement or the ** Beta Release License Agreement. ** ** GNU Lesser General Public License Usage ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License version 2.1 as published by the Free Software ** Foundation and appearing in the file LICENSE.LGPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU Lesser General Public License version 2.1 requirements ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** In addition, as a special exception, Nokia gives you certain ** additional rights. These rights are described in the Nokia Qt LGPL ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this ** package. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU ** General Public License version 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU General Public License version 3.0 requirements will be ** met: http://www.gnu.org/copyleft/gpl.html. ** ** If you are unsure which license is appropriate for your use, please ** contact the sales department at http://www.qtsoftware.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ #include class CStyleEnums { Q_GADGET public: Q_ENUMS(Baz) typedef enum { Foo, Bar } Baz; }; '>author
Commit message (Expand)AuthorAgeFilesLines
* BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlin...Andy Cedilnik2005-07-122-5/+24
* BUG: Go back to the original directory after examining the current directoryAndy Cedilnik2005-07-121-0/+1
* BUG: Make sure it always starts in the current directory when searching for t...Andy Cedilnik2005-07-121-0/+1
* BUG: When removing directory, use lstat instead of stat to make sure that sym...Andy Cedilnik2005-07-122-1/+7
* BUG: Fix problem with visual studio in release modeAndy Cedilnik2005-07-121-3/+3
* STYLE: Nightly Version updateAndy Cedilnik2005-07-121-1/+1
* ENH: add curses include directoryBill Hoffman2005-07-111-0/+1
* ENH: merge changes from branchesBill Hoffman2005-07-118-73/+167
* add from branchBill Hoffman2005-07-111-0/+37
* ENH: Add default update optionsAndy Cedilnik2005-07-111-0/+4
* BUG: Remove warning when using CVSAndy Cedilnik2005-07-111-8/+8
* STYLE: Nightly Version updateAndy Cedilnik2005-07-111-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2005-07-101-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2005-07-091-1/+1
* ENH: slightly modified version of Alex's relative path arguments for custom c...Ken Martin2005-07-081-22/+39
* ENH: update rev to 23Ken Martin2005-07-081-1/+1
* ENH: minor version updateKen Martin2005-07-081-5/+5
* COMP: Fixed uninitialized variable.Brad King2005-07-081-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2005-07-081-1/+1
* ENH: configure file will assume start source dir if a full path is not providedKen Martin2005-07-071-1/+8
* BUG: library return values were not UNIX slashes on Win98Ken Martin2005-07-071-2/+6
* BUG: mor emissing convert to unix slashesKen Martin2005-07-071-0/+1
* ENH: cleaned up some old methods and varsKen Martin2005-07-072-36/+14
* ENH: Removing CMAKE_HIDE_TARGET_DIRS since it has been superceded by CMAKE_TA...Brad King2005-07-07