mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 11:43:16 +02:00
Rename Steam.isRunning to Steam.running
This commit is contained in:
parent
808d336fe6
commit
b4400af026
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public:
|
|||
class SteamScriptingInterface : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
Q_PROPERTY(bool isRunning READ isRunning)
|
||||
Q_PROPERTY(bool running READ isRunning)
|
||||
|
||||
public:
|
||||
SteamScriptingInterface(QObject* parent, SteamClientPlugin* plugin) : QObject(parent), _plugin(plugin) {}
|
||||
|
|
Loading…
Reference in a new issue