mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: compiler warnings fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
48e591141b
commit
73e5c1ad96
2 changed files with 0 additions and 2 deletions
|
@ -764,7 +764,6 @@ int KMimeType::sharedMimeInfoVersion()
|
|||
|
||||
QString KMimeType::mainExtension() const
|
||||
{
|
||||
Q_D(const KMimeType);
|
||||
Q_FOREACH(const QString &pattern, patterns()) {
|
||||
// Skip if if looks like: README or *. or *.*
|
||||
// or *.JP*G or *.JP?
|
||||
|
|
|
@ -60,7 +60,6 @@ KPluginFactory::KPluginFactory(KPluginFactoryPrivate &d, QObject *parent)
|
|||
|
||||
KPluginFactory::~KPluginFactory()
|
||||
{
|
||||
Q_D(KPluginFactory);
|
||||
delete d_ptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue