Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
QtTesting
Commits
785b20d6
Commit
785b20d6
authored
Aug 29, 2011
by
Matthew Woehlke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
STYLE: Missing separator lines before functions.
parent
ba712bd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
pqTestUtility.cxx
pqTestUtility.cxx
+4
-0
No files found.
pqTestUtility.cxx
View file @
785b20d6
...
@@ -202,16 +202,19 @@ void pqTestUtility::recordTests(const QString& filename)
...
@@ -202,16 +202,19 @@ void pqTestUtility::recordTests(const QString& filename)
dialog
->
show
();
dialog
->
show
();
}
}
//-----------------------------------------------------------------------------
void
pqTestUtility
::
addDataDirectory
(
const
QString
&
label
,
const
QDir
&
path
)
void
pqTestUtility
::
addDataDirectory
(
const
QString
&
label
,
const
QDir
&
path
)
{
{
this
->
DataDirectories
[
label
]
=
path
;
this
->
DataDirectories
[
label
]
=
path
;
}
}
//-----------------------------------------------------------------------------
void
pqTestUtility
::
removeDataDirectory
(
const
QString
&
label
)
void
pqTestUtility
::
removeDataDirectory
(
const
QString
&
label
)
{
{
this
->
DataDirectories
.
remove
(
label
);
this
->
DataDirectories
.
remove
(
label
);
}
}
//-----------------------------------------------------------------------------
QString
pqTestUtility
::
convertToDataDirectory
(
const
QString
&
file
)
QString
pqTestUtility
::
convertToDataDirectory
(
const
QString
&
file
)
{
{
QString
normalized_file
=
file
;
QString
normalized_file
=
file
;
...
@@ -228,6 +231,7 @@ QString pqTestUtility::convertToDataDirectory(const QString& file)
...
@@ -228,6 +231,7 @@ QString pqTestUtility::convertToDataDirectory(const QString& file)
return
normalized_file
;
return
normalized_file
;
}
}
//-----------------------------------------------------------------------------
QString
pqTestUtility
::
convertFromDataDirectory
(
const
QString
&
file
)
QString
pqTestUtility
::
convertFromDataDirectory
(
const
QString
&
file
)
{
{
QString
filename
=
file
;
QString
filename
=
file
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment