ossp-pkg/as/as-gui/as_gui.h 1.40 -> 1.41
--- as_gui.h 2002/12/04 18:56:59 1.40
+++ as_gui.h 2002/12/04 23:22:52 1.41
@@ -112,11 +112,11 @@
QLineEdit *m_pRemark; // Control used to edit remark
protected slots:
- void cutEntry(void); // Cut a task entry from the list
- void copyEntry(void); // Copy a task entry from the list
- void pasteEntry(void); // Paste a task entry to the list
- void addEntry(void); // Add a task entry to the list
- void delEntry(void); // Delete a task entry from the list
+ void cutEntry(void); // Cut task entries from the list
+ void copyEntry(void); // Copy task entries from the list
+ void pasteEntry(void); // Paste task entries to the list
+ void addEntry(int nRows= -1); // Add task entries to the list
+ void delEntry(int nRows= -1); // Delete task entries from the list
void newDoc(void); // Make and display a new document window
void chooseFile(void); // Choose a file using a handy file dialog
void saveFile(void); // Serialize to the current file
|
|