! sets whether only a link to the file is saved in the project file (\c b=true) or the whole content of the file (\c b=false). */
| 383 | or the whole content of the file (\c b=false). |
| 384 | */ |
| 385 | void LiveDataSource::setFileLinked(bool b) { |
| 386 | m_fileLinked = b; |
| 387 | } |
| 388 | |
| 389 | /*! |
| 390 | returns \c true if only a link to the file is saved in the project file. |
no outgoing calls