diff options
author | senator <senator> | 2010-10-13 14:22:03 +0000 |
---|---|---|
committer | senator <senator> | 2010-10-13 14:22:03 +0000 |
commit | d733a517a3a3abe21697090d1fbdedabdf483578 (patch) | |
tree | e48ce5589fda058fc22cbf177110eb0efb74c32f /client/launcherwindow.h | |
parent | 0a2bc3a119bd105d5f338faedc96962ee9395212 (diff) |
added a messagebox that appears when leaving trying to proceed without entering a patient id
Diffstat (limited to 'client/launcherwindow.h')
-rw-r--r-- | client/launcherwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/launcherwindow.h b/client/launcherwindow.h index 234a016..3f24808 100644 --- a/client/launcherwindow.h +++ b/client/launcherwindow.h @@ -44,6 +44,7 @@ public: private slots: void focusCpr(int); + void checkForCpr(); private: QLineEdit *cprLineEdit; |