ossp-pkg/as/as-gui/as_slot.cpp 1.44 -> 1.45
--- as_slot.cpp 2002/12/10 00:00:57 1.44
+++ as_slot.cpp 2002/12/10 12:06:56 1.45
@@ -439,7 +439,7 @@
//
void Titraqform::updEdit(int nRow, int nCol)
{
- QRegExp Shorten("/(\\w+)$"); // For stripping prefix off the current task
+// QRegExp Shorten("/(\\w+)$"); // For stripping prefix off the current task
// Field strings to check for validity and process
QString Textdate(m_pMaintable->text(nRow, TITRAQ_IDXDATE));
@@ -465,7 +465,7 @@
m_pAmount->setText(Textamount);
if (!Texttask.isNull()) { // Process task combo box to compress text length
- Texttask.remove(0, Shorten.search(Texttask) + 1); // Strip leading slash
+// Texttask.remove(0, Shorten.search(Texttask) + 1); // Strip leading slash
m_pTasks->setCurrentText(Texttask);
}
|
|