clean:remove empty file ,cpp_features.hh

This commit is contained in:
xiaoyifang 2022-02-26 13:56:50 +08:00
parent 0bf5bbf501
commit 6728f9346b
10 changed files with 3 additions and 14 deletions

3
.gitignore vendored
View file

@ -33,3 +33,6 @@ GoldenDict.xcodeproj/
*.opensdf
*.suo
*.vcxproj.user
/.idea
/.vs
/.vscode

View file

@ -14,7 +14,6 @@
#include <QVector>
#include <QSet>
#include <QList>
#include "cpp_features.hh"
#if defined( _MSC_VER ) && _MSC_VER < 1800 // VS2012 and older
#include <stdint_msvc.h>

View file

@ -12,7 +12,6 @@
#include <QKeySequence>
#include <QSet>
#include <QMetaType>
#include "cpp_features.hh"
#include "ex.hh"
#ifdef Q_OS_WIN

View file

@ -1,6 +0,0 @@
#ifndef __CPP_HH_INCLUDED__
#define __CPP_HH_INCLUDED__
#endif // CPP_HH

View file

@ -9,7 +9,6 @@
#include <map>
#include <QObject>
#include <QIcon>
#include "cpp_features.hh"
#include "sptr.hh"
#include "ex.hh"
#include "mutex.hh"

View file

@ -8,7 +8,6 @@
#include <QTemporaryFile>
#include <QProcess>
#include "ex.hh"
#include "cpp_features.hh"
/// An external viewer, opens resources in other programs
class ExternalViewer: public QObject

View file

@ -8,7 +8,6 @@
#include <string>
#include <vector>
#include <QFile>
#include "cpp_features.hh"
#include "ex.hh"
/// A simple wrapper over FILE * operations with added write-buffering,

View file

@ -340,7 +340,6 @@ HEADERS += folding.hh \
gls.hh \
splitfile.hh \
favoritespanewidget.hh \
cpp_features.hh \
treeview.hh
FORMS += groups.ui \

View file

@ -7,7 +7,6 @@
#include <iconv.h>
#include "wstring.hh"
#include "ex.hh"
#include "cpp_features.hh"
/// A wrapper for the iconv() character set conversion functions
class Iconv

View file

@ -5,7 +5,6 @@
#include <cstdio>
#include <string>
#include "cpp_features.hh"
#include "ex.hh"
#include "wstring.hh"