Reformat and (slightly) decruft all the things.
This commit is contained in:
@ -16,8 +16,7 @@
|
||||
#include <QtCore/QtGlobal>
|
||||
|
||||
#ifdef CLASSPARSER_LIBRARY
|
||||
# define CLASSPARSER_EXPORT Q_DECL_EXPORT
|
||||
#define CLASSPARSER_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define CLASSPARSER_EXPORT Q_DECL_IMPORT
|
||||
#define CLASSPARSER_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
|
@ -22,8 +22,8 @@
|
||||
|
||||
namespace javautils
|
||||
{
|
||||
/**
|
||||
* @brief Get the version from a minecraft.jar by parsing its class files. Expensive!
|
||||
*/
|
||||
QString GetMinecraftJarVersion(QString jar);
|
||||
/**
|
||||
* @brief Get the version from a minecraft.jar by parsing its class files. Expensive!
|
||||
*/
|
||||
QString GetMinecraftJarVersion(QString jar);
|
||||
}
|
||||
|
Reference in New Issue
Block a user