nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
342 stars 116 forks source link

Fix for sending empty messages #108

Closed seshagiriprabhu closed 10 years ago

seshagiriprabhu commented 10 years ago

A fix for preventing users from sending empty messages

nurupo commented 10 years ago

Some style corrections: we put spaces betweenif and ( and we try to always use curly brackets even if it's one line if-statement.