Skip to content

Commit ff0baa0

Browse files
committed
blink1control: getting ready for new tag
1 parent dd13d29 commit ff0baa0

File tree

4 files changed

+209
-10
lines changed

4 files changed

+209
-10
lines changed

qt/blink1control/blink1control.pro

+3-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ RESOURCES += \
6666

6767

6868
# for blink1-lib
69-
# note: be sure to "cd blink1/commandline && make lib" beforehand
70-
# (and maybe "make libextra" for Win)
69+
# note: be sure to compile blink1-lib beforhard with:
70+
# cd blink1/commandline && make lib"
71+
# for Windows, that will build both MinGW & MSVC compatible libs
7172
BLINK1_LIB_DIR=$$PWD/../../commandline
7273
#message("BLINK1_LIB_DIR=$$BLINK1_LIB_DIR")
7374

qt/blink1control/datainput.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ void DataInput::start()
161161
}
162162
} // last modified
163163
else {
164-
//input->setArg2("Old File");
164+
//input->setArg2("Old File"); // FIXME: should do something to indicate older file
165165
//input->setDate(-1);
166166
}
167167
}

0 commit comments

Comments
 (0)