Gui: redundant void 2
This commit is contained in:
@@ -52,8 +52,8 @@ public:
|
||||
BottomRight /**< Place to the bottom right corner */
|
||||
};
|
||||
|
||||
static BitmapFactoryInst& instance(void);
|
||||
static void destruct (void);
|
||||
static BitmapFactoryInst& instance();
|
||||
static void destruct ();
|
||||
|
||||
/// Adds a path where pixmaps can be found
|
||||
void addPath(const QString& path);
|
||||
@@ -149,7 +149,7 @@ private:
|
||||
};
|
||||
|
||||
/// Get the global instance
|
||||
inline BitmapFactoryInst& BitmapFactory(void)
|
||||
inline BitmapFactoryInst& BitmapFactory()
|
||||
{
|
||||
return BitmapFactoryInst::instance();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user