diff options
Diffstat (limited to 'quacker/macondo.h')
-rw-r--r-- | quacker/macondo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/macondo.h b/quacker/macondo.h index ede3487..27d3fb7 100644 --- a/quacker/macondo.h +++ b/quacker/macondo.h @@ -28,7 +28,7 @@ public: return any; } bool isRunning() const; - bool isSolving() const { return m_isSolving; } + inline bool isSolving() const { return m_isSolving; } signals: void runningSolver(); void stoppedSolver(); |