ossp-pkg/as/as-gui/as_gui.h 1.38 -> 1.39
--- as_gui.h 2002/12/03 19:07:55 1.38
+++ as_gui.h 2002/12/04 11:34:08 1.39
@@ -130,7 +130,7 @@
void updateDate(const QDate &); // Update date column
void updateStart(const QTime &); // Update start column
void updateFinish(const QTime &); // Update finish column
- void updateAmount(int); // Update amount column
+ void updateAmount(const QString &); // Update amount column
void updateTask(const QString &); // Update task column
void updateRemark(const QString &); // Update remark column
void confirmEdit(void); // Confirm whole row edition
|
|