diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-05-24 15:30:48 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-05-24 15:30:48 +0000 |
| commit | dec252e25fc63fe1bb321dd87772181fc76e998f (patch) | |
| tree | b2df56af5a1d5181bc9c65399b536946467bc4bc /pokemodr/ScriptWidget.h | |
| parent | 11a880fe22a7602dbaec5716e25b32b09d291e65 (diff) | |
| download | sigen-dec252e25fc63fe1bb321dd87772181fc76e998f.tar.gz sigen-dec252e25fc63fe1bb321dd87772181fc76e998f.tar.xz sigen-dec252e25fc63fe1bb321dd87772181fc76e998f.zip | |
[ADD] More documentation
[ADD] Abilities now hav a description field
[FIX] Fixed up a few minor things in pokemodr
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@172 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/ScriptWidget.h')
| -rw-r--r-- | pokemodr/ScriptWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemodr/ScriptWidget.h b/pokemodr/ScriptWidget.h index 1b0d536e..f881a32d 100644 --- a/pokemodr/ScriptWidget.h +++ b/pokemodr/ScriptWidget.h @@ -41,7 +41,7 @@ class ScriptWidget : public QWidget, private Ui::formScript void setValue(const Script& value); protected slots: void on_varInterpreter_activated(const QString& interpreter); - void on_varScript_textChanged(const QString& script); + void on_varScript_textChanged(); private: Script m_value; }; |
