sshlogging_p.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /****************************************************************************
  2. **
  3. ** Copyright (C) 2016 The Qt Company Ltd.
  4. ** Contact: http://www.qt.io/licensing
  5. **
  6. ** This file is part of Qt Creator.
  7. **
  8. ** Commercial License Usage
  9. ** Licensees holding valid commercial Qt licenses may use this file in
  10. ** accordance with the commercial license agreement provided with the
  11. ** Software or, alternatively, in accordance with the terms contained in
  12. ** a written agreement between you and The Qt Company. For licensing terms and
  13. ** conditions see http://www.qt.io/terms-conditions. For further information
  14. ** use the contact form at http://www.qt.io/contact-us.
  15. **
  16. ** GNU Lesser General Public License Usage
  17. ** Alternatively, this file may be used under the terms of the GNU Lesser
  18. ** General Public License version 2.1 or version 3 as published by the Free
  19. ** Software Foundation and appearing in the file LICENSE.LGPLv21 and
  20. ** LICENSE.LGPLv3 included in the packaging of this file. Please review the
  21. ** following information to ensure the GNU Lesser General Public License
  22. ** requirements will be met: https://www.gnu.org/licenses/lgpl.html and
  23. ** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
  24. **
  25. ** In addition, as a special exception, The Qt Company gives you certain additional
  26. ** rights. These rights are described in The Qt Company LGPL Exception
  27. ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
  28. **
  29. ****************************************************************************/
  30. #ifndef SSHLOGGING_P_H
  31. #define SSHLOGGING_P_H
  32. #include <QLoggingCategory>
  33. namespace QSsh {
  34. namespace Internal {
  35. Q_DECLARE_LOGGING_CATEGORY(sshLog)
  36. } // namespace Internal
  37. } // namespace QSsh
  38. #endif // Include guard