Skip to content

Commit

Permalink
Retour a une version monobloc des sources, le decoupage ne presente p…
Browse files Browse the repository at this point in the history
…lus d'interet et generere des complications inutiles
  • Loading branch information
dguihal@gmail.com committed Oct 16, 2013
1 parent 4164dc5 commit fbfed44
Show file tree
Hide file tree
Showing 143 changed files with 152 additions and 242 deletions.
File renamed without changes
169 changes: 0 additions & 169 deletions app/app.pro

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions app/core/qqnorlogeref.h → core/qqnorlogeref.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class QQNorlogeRef : public QQNorloge
QString m_dstBouchot;

QString m_origNRef;
QString m_nRefCmp;
int m_posInMessage;

QList< QPointer<QQPost> > m_listPostTarget;
Expand Down
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions app/core/qqpost.cpp → core/qqpost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ QString QQPost::norlogeFormatee() const
{
QString tmp("");
tmp.append("[")
.append(norloge().mid(8,2)).append(":")
.append(norloge().mid(10,2)).append(":")
.append(norloge().mid(12,2)).append("]");
.append(m_norloge.mid(8,2)).append(":")
.append(m_norloge.mid(10,2)).append(":")
.append(m_norloge.mid(12,2)).append("]");
return tmp;
}

Expand Down Expand Up @@ -153,12 +153,12 @@ void QQPost::reset()
m_isSelfPost = Unknown;
}

bool postComp(QQPost *left, QQPost *right)
{
return (* left) < (* right);
}

//////////////////////////////////////////////////////////////////////////
//////////// Fonctions private /////////////////////////////
//////////////////////////////////////////////////////////////////////////


bool postComp(QQPost *left, QQPost *right)
{
return (* left) < (* right);
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 0 additions & 34 deletions lib/qutehunt/qutehunt.pro

This file was deleted.

20 changes: 0 additions & 20 deletions lib/qutetools/qutetools.pro

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit fbfed44

Please sign in to comment.