summaryrefslogtreecommitdiff
path: root/libqtaux/qsplitter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit exhibits a problem where a variable is made inerik1-1/+1
some way but never used. This is a tricky problem with Qt since almost all UI forms are made but not used (like QLabel). But I am pretty confident that these changes are correct and do not have any aspect of a change to the UI. In most cases, there are just variables that are made and then copied over (like in iteration over lists or assignment of pointers based on conditionals).
2004-03-01fix includeschicken1-4/+0
2004-01-13introduce libqtaux in order to get a LGPL clean libopie2 after the mergemickeyl1-0/+1128
with libopie1