tools/xmlpatterns/main.h
branchRCL_3
changeset 4 3b1da2848fc7
parent 0 1918ee327afb
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the XMLPatterns module of the Qt Toolkit.
     7 ** This file is part of the XMLPatterns module of the Qt Toolkit.
     8 **
     8 **
    52 #ifndef Patternist_main_h
    52 #ifndef Patternist_main_h
    53 #define Patternist_main_h
    53 #define Patternist_main_h
    54 
    54 
    55 #include <QCoreApplication>
    55 #include <QCoreApplication>
    56 
    56 
    57 QT_BEGIN_HEADER
       
    58 
       
    59 QT_BEGIN_NAMESPACE
       
    60 
       
    61 class QXmlPatternistCLI
    57 class QXmlPatternistCLI
    62 {
    58 {
    63 public:
    59 public:
    64         Q_DECLARE_TR_FUNCTIONS(QXmlPatternistCLI)
    60     Q_DECLARE_TR_FUNCTIONS(QXmlPatternistCLI)
    65 private:
    61 private:
    66     inline QXmlPatternistCLI();
    62     inline QXmlPatternistCLI();
    67     Q_DISABLE_COPY(QXmlPatternistCLI)
    63     Q_DISABLE_COPY(QXmlPatternistCLI)
    68 };
    64 };
    69 
    65 
    70 QT_END_NAMESPACE
       
    71 
       
    72 QT_END_HEADER 
       
    73 
       
    74 #endif
    66 #endif