Skip to content

Commit

Permalink
Fix some checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 10, 2023
1 parent d9a5783 commit 66e8ae2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions src/plugins/grass/qtermwidget_export.h
@@ -1,3 +1,19 @@
/***************************************************************************
qtermwidget_export.h
-------------------
begin : April 2023
copyright : (C) 2023 by Nyall Dawson
email : nyall dot dawson at gmail dot com
***************************************************************************/
/***************************************************************************
* *
* 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. *
* *
***************************************************************************/

#ifndef QTERMWIDGET_EXPORT_H
#define QTERMWIDGET_EXPORT_H

Expand Down
6 changes: 3 additions & 3 deletions src/plugins/grass/qtermwidget_version.h
Expand Up @@ -25,8 +25,8 @@
#define QTERMWIDGET_VERSION_MINOR 2
#define QTERMWIDGET_VERSION_PATCH 0
#define QTERMWIDGET_VERSION QT_VERSION_CHECK(\
QTERMWIDGET_VERSION_MAJOR,\
QTERMWIDGET_VERSION_MINOR,\
QTERMWIDGET_VERSION_PATCH)
QTERMWIDGET_VERSION_MAJOR,\
QTERMWIDGET_VERSION_MINOR,\
QTERMWIDGET_VERSION_PATCH)

#endif

0 comments on commit 66e8ae2

Please sign in to comment.