commit | 5ddc68b05be58fe53b38392f651b0229541ac6e4 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Oct 08 00:21:40 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Oct 08 00:21:40 2012 -0700 |
tree | 9ae8d8e3fe597bb09d6978fe89dad60ddecdfece | |
parent | 24ec4723d190c1b4c5ed70482e9bd79cdfc32a6e [diff] [blame] |
A new hacky way to work with getLocalPrefix
diff --git a/chatdialog.h b/chatdialog.h index a801931..69cfcfb 100644 --- a/chatdialog.h +++ b/chatdialog.h
@@ -64,7 +64,7 @@ QString formatTime(time_t); void printTimeInCell(QTextTable *, time_t); void disableTreeDisplay(); - QString getLocalPrefix(); + void getLocalPrefix(); private slots: void returnPressed();