Changeset - 6d148a8c67b2
[Not reviewed]
default
0 2 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2016-06-12 21:04:06
hy@ozderya.net
removed todo comments
2 files changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/asciireader.cpp
Show inline comments
 
@@ -26,7 +26,6 @@ AsciiReader::AsciiReader(QIODevice* devi
 
{
 
    paused = false;
 
    sampleCount = 0;
 
    // TODO: sps counter
 

	
 
    _numOfChannels = _settingsWidget.numOfChannels();
 
    connect(&_settingsWidget, &AsciiReaderSettings::numOfChannelsChanged,
src/framedreadersettings.cpp
Show inline comments
 
@@ -108,7 +108,6 @@ QByteArray FramedReaderSettings::syncWor
 
    // check if nibble is missing
 
    if (text.size() % 2 == 1)
 
    {
 
        // TODO: remove this warning
 
        return QByteArray();
 
    }
 
    else
0 comments (0 inline, 0 general)