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
Toggle navigation
Open sidebar
Thiago Santini
EyeRecToo
Commits
b7b07304
Commit
b7b07304
authored
May 01, 2018
by
Thiago Santini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes data file extension to match the content
parent
9d3fa363
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
EyeRecToo/src/DataRecorder.cpp
EyeRecToo/src/DataRecorder.cpp
+1
-1
EyeRecToo/src/MainWindow.h
EyeRecToo/src/MainWindow.h
+1
-1
No files found.
EyeRecToo/src/DataRecorder.cpp
View file @
b7b07304
...
...
@@ -22,7 +22,7 @@ DataRecorder::~DataRecorder()
void
DataRecorder
::
startRecording
()
{
QString
fileName
=
id
+
"Data.
c
sv"
;
QString
fileName
=
id
+
"Data.
t
sv"
;
dataFile
=
new
QFile
(
fileName
);
if
(
!
dataFile
->
open
(
QIODevice
::
WriteOnly
)
)
{
qWarning
()
<<
"Recording failure."
<<
QString
(
"Could not open %1"
).
arg
(
fileName
);
...
...
EyeRecToo/src/MainWindow.h
View file @
b7b07304
...
...
@@ -100,7 +100,7 @@ private:
void
createExtraMenus
();
void
setupWidget
(
ERWidget
*
widget
,
QSettings
*
settings
,
QPushButton
*
button
=
NULL
);
const
QString
metaDataFile
=
"meta.
c
sv"
;
const
QString
metaDataFile
=
"meta.
t
sv"
;
void
storeMetaDataHead
();
void
storeMetaDataTail
();
...
...
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