refactor
This commit is contained in:
parent
1761c66456
commit
feb93ced5a
|
@ -14,7 +14,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "SearchBase.h"
|
||||
#include "baseseacher.h"
|
||||
|
||||
namespace QSynedit {
|
||||
BaseSearcher::BaseSearcher(QObject *parent) : QObject(parent)
|
|
@ -14,7 +14,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "Search.h"
|
||||
#include "basicsearcher.h"
|
||||
|
||||
namespace QSynedit {
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
#ifndef SYNSEARCH_H
|
||||
#define SYNSEARCH_H
|
||||
#include "SearchBase.h"
|
||||
#include "baseseacher.h"
|
||||
|
||||
namespace QSynedit {
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "SearchRegex.h"
|
||||
#include "regexsearcher.h"
|
||||
|
||||
#include <QRegExp>
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
#ifndef SYNSEARCHREGEX_H
|
||||
#define SYNSEARCHREGEX_H
|
||||
#include "SearchBase.h"
|
||||
#include "baseseacher.h"
|
||||
|
||||
#include <QRegularExpression>
|
||||
|
Loading…
Reference in New Issue