diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-01-25 22:57:54 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-01-25 22:57:54 +0000 |
| commit | 404d1e3419e85ad06cf4d1cdef185877f4a57771 (patch) | |
| tree | 7979c422e3a82285e9ac442b84f50f8d590841ab /pokemodr/TimeUI.cpp | |
| parent | 2d8ee00f42b980d8351c810062d17271b3a65cf6 (diff) | |
| download | sigen-404d1e3419e85ad06cf4d1cdef185877f4a57771.tar.gz sigen-404d1e3419e85ad06cf4d1cdef185877f4a57771.tar.xz sigen-404d1e3419e85ad06cf4d1cdef185877f4a57771.zip | |
[ADD] win32 support (KDE) into .pro files
[FIX] Ref.h extern variables
[FIX] Nature include
[FIX[ GUI fixes
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@48 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/TimeUI.cpp')
| -rw-r--r-- | pokemodr/TimeUI.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pokemodr/TimeUI.cpp b/pokemodr/TimeUI.cpp index 5710d16f..7dc411e5 100644 --- a/pokemodr/TimeUI.cpp +++ b/pokemodr/TimeUI.cpp @@ -49,7 +49,6 @@ void TimeUI::on_buttonApply_clicked() { *time = *time_mod; emit(setChanged(false)); - setGui(); } void TimeUI::on_buttonDiscard_clicked() @@ -59,9 +58,9 @@ void TimeUI::on_buttonDiscard_clicked() setGui(); } -void TimeUI::on_varName_textChanged(const QString& t) +void TimeUI::on_varName_textChanged(const QString& n) { - time_mod->setName(t); + time_mod->setName(n); emit(setChanged(true)); } |
