Commit a83415ce authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove isAlive from DialogProvider

parent f9bab4b4
...@@ -83,10 +83,6 @@ public: ...@@ -83,10 +83,6 @@ public:
delete instance; delete instance;
instance = NULL; instance = NULL;
} }
static bool isAlive()
{
return ( instance != NULL );
}
QStringList showSimpleOpen( const QString& help = QString(), QStringList showSimpleOpen( const QString& help = QString(),
int filters = EXT_FILTER_MEDIA | int filters = EXT_FILTER_MEDIA |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment