Files @ 06e596e43cde
Branch filter:

Location: tempo-plotter/misc/winicons.qrc

Hasan Yavuz ÖZDERYA
fix issue #15 snapshots not loading completely in some cases

I think this is a buffering issue caused by use of QFile.canReadLine function.
Note that loaded portion of the file was approximately 16k.
1
2
3
4
5
6
<RCC>
    <qresource prefix="/icons">
        <file alias="list-add">tango/list-add.png</file>
        <file alias="list-remove">tango/list-remove.png</file>
    </qresource>
</RCC>