mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-06 22:00:52 +01:00
Wrap code for better readability
This commit is contained in:
@@ -215,11 +215,13 @@ void ProjectDBModel::setQuery(const QString &query)
|
||||
@brief ProjectDBModel::queryString
|
||||
@return the current query used by this model
|
||||
*/
|
||||
QString ProjectDBModel::queryString() const {
|
||||
QString ProjectDBModel::queryString() const
|
||||
{
|
||||
return m_query;
|
||||
}
|
||||
|
||||
QETProject *ProjectDBModel::project() const {
|
||||
QETProject *ProjectDBModel::project() const
|
||||
{
|
||||
return m_project.data();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user