Skip to content
Snippets Groups Projects
Commit 0bce5d11 authored by Jan's avatar Jan
Browse files

Naming convention and some cleanup

parent 8da49878
No related branches found
No related tags found
No related merge requests found
......@@ -32,17 +32,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 13361 $ *
* $LastChangedBy: moebius $ *
* $Date: 2012-01-12 16:33:16 +0100 (Thu, 12 Jan 2012) $ *
* *
\*===========================================================================*/
#include "AssimpPlugin.hh"
#include <Type-Light/ObjectTypes/Light/Light.hh>
#include <Type-Light/ObjectTypes/Light/LightObject.hh>
......
......@@ -32,19 +32,8 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 13361 $ *
* $LastChangedBy: moebius $ *
* $Date: 2012-01-12 16:33:16 +0100 (Thu, 12 Jan 2012) $ *
* *
\*===========================================================================*/
#ifndef ASSIMPPLUGIN_HH
#define ASSIMPPLUGIN_HH
#pragma once
#include <QObject>
......@@ -91,9 +80,8 @@ class AssimpPlugin : public QObject, BaseInterface, FileInterface, LoadSaveInter
Q_INTERFACES(ProcessInterface)
Q_INTERFACES(TextureInterface)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA(IID "org.OpenFlipper.Plugins.Plugin-Assimp")
#endif
signals:
void openedFile( int _id );
......@@ -317,6 +305,5 @@ private:
std::vector<std::pair<std::string, QImage>> embeddedTextures_;
};
#include "AssimpPluginT.cc"
#include "AssimpPluginT_impl.hh"
#endif // ASSIMPPLUGIN_HH
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment