~arcachofo/simulide/1.1.0

« back to all changes in this revision

Viewing changes to src/gui/editorwidget/findreplacedialog/findreplace_global.h

  • Committer: arcachofo
  • Date: 2021-01-01 14:23:42 UTC
  • Revision ID: arcachofo@simulide.com-20210101142342-ozfljnll44g5lbl3
Initial Commit 0.5.15-RC3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2009  Lorenzo Bettini <http://www.lorenzobettini.it>
 
3
 * See COPYING file that comes with this distribution
 
4
 */
 
5
 
 
6
/***************************************************************************
 
7
 *   Modified 2012 by santiago González                                    *
 
8
 *   santigoro@gmail.com                                                   *
 
9
 *                                                                         *
 
10
 *   This program is free software; you can redistribute it and/or modify  *
 
11
 *   it under the terms of the GNU General Public License as published by  *
 
12
 *   the Free Software Foundation; either version 3 of the License, or     *
 
13
 *   (at your option) any later version.                                   *
 
14
 *                                                                         *
 
15
 *   This program is distributed in the hope that it will be useful,       *
 
16
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 
17
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 
18
 *   GNU General Public License for more details.                          *
 
19
 *                                                                         *
 
20
 *   You should have received a copy of the GNU General Public License     *
 
21
 *   along with this program; if not, see <http://www.gnu.org/licenses/>.  *
 
22
 *                                                                         *
 
23
 ***************************************************************************/
 
24
 
 
25
#ifndef FINDREPLACE_GLOBAL_H
 
26
#define FINDREPLACE_GLOBAL_H
 
27
 
 
28
#include <QtCore/qglobal.h>
 
29
#include "codeeditor.h"
 
30
 
 
31
#if defined(FINDREPLACE_LIBRARY)
 
32
#  define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT
 
33
#else
 
34
#  define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT
 
35
#endif
 
36
 
 
37
#endif // FINDREPLACE_GLOBAL_H