~hmatuschek/+junk/qdmr-package

« back to all changes in this revision

Viewing changes to lib/utils.hh

  • Committer: Hannes Matuschek
  • Date: 2020-07-07 14:34:22 UTC
  • mto: (17.1.1 qdmr-package)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: hmatuschek@gmail.com-20200707143422-1djcxrjkem3k5kb1
Tags: upstream-0.3.0
ImportĀ upstreamĀ versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
/** Validates a DTMF number. */
52
52
bool validDTMFNumber(const QString &text);
53
53
 
 
54
/** Formats a frequency in MHz passed as double. */
 
55
QString format_frequency(double MHz);
 
56
 
54
57
#endif // UTILS_HH