mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
clean:remove empty file ,cpp_features.hh
This commit is contained in:
parent
0bf5bbf501
commit
6728f9346b
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -33,3 +33,6 @@ GoldenDict.xcodeproj/
|
|||
*.opensdf
|
||||
*.suo
|
||||
*.vcxproj.user
|
||||
/.idea
|
||||
/.vs
|
||||
/.vscode
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include <QKeySequence>
|
||||
#include <QSet>
|
||||
#include <QMetaType>
|
||||
#include "cpp_features.hh"
|
||||
#include "ex.hh"
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#ifndef __CPP_HH_INCLUDED__
|
||||
#define __CPP_HH_INCLUDED__
|
||||
|
||||
|
||||
|
||||
#endif // CPP_HH
|
|
@ -9,7 +9,6 @@
|
|||
#include <map>
|
||||
#include <QObject>
|
||||
#include <QIcon>
|
||||
#include "cpp_features.hh"
|
||||
#include "sptr.hh"
|
||||
#include "ex.hh"
|
||||
#include "mutex.hh"
|
||||
|
|
|
@ -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
|
||||
|
|
1
file.hh
1
file.hh
|
@ -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,
|
||||
|
|
|
@ -340,7 +340,6 @@ HEADERS += folding.hh \
|
|||
gls.hh \
|
||||
splitfile.hh \
|
||||
favoritespanewidget.hh \
|
||||
cpp_features.hh \
|
||||
treeview.hh
|
||||
|
||||
FORMS += groups.ui \
|
||||
|
|
1
iconv.hh
1
iconv.hh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue