Changeset 0ac9690913 in tspsg for src/tspmodel.cpp


Ignore:
Timestamp:
Dec 7, 2009, 5:06:44 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
a218bf2cb2
Parents:
3b1caa32d0
Message:

+ Toolbar state and position is now saved and restored with Main Window state and position.

  • Made some small improvements to the code.
  • Fixed some errors in the documentation.
  • Made source code more "documentation friendly".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tspmodel.cpp

    r3b1caa32d0 r0ac9690913  
    133133 * \sa saveTask()
    134134 */
    135 bool CTSPModel::loadTask(QString fname)
     135bool CTSPModel::loadTask(const QString &fname)
    136136{
    137137        QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
     
    220220 * \sa loadTask()
    221221 */
    222 bool CTSPModel::saveTask(QString fname)
     222bool CTSPModel::saveTask(const QString &fname)
    223223{
    224224        QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
Note: See TracChangeset for help on using the changeset viewer.