Skip to content

Commit

Permalink
Remove using test code from QR spectrum encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Aug 12, 2023
1 parent 9056a36 commit 34246cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion InterSpec/QRSpectrum.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace SpecUtils

namespace QRSpectrum
{
#define EMAIL_QR_OPTION 1
#define EMAIL_QR_OPTION 0
//Experimentation for having the QR code create an email, that will then put the URL info into the
// message body. E.g., something like:
// "mailto:user@example.com?subject=spectrum&body=..."
Expand Down
1 change: 1 addition & 0 deletions src/ExportSpecFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ void ExportSpecFileTool::init()

#if( ANDROID )
// Using hacked saving to temporary file in Android, instead of via network download of file.
TODO: have the click call a member function that calls the ansdroid download workaraound with the proper filename.
m_export_btn->clicked().connect( std::bind( [this](){ android_download_workaround( m_resource, "spectrum_file" ); } ) );
#endif //ANDROID

Expand Down

0 comments on commit 34246cf

Please sign in to comment.